-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
-
While trying to install shc on Manjaro Arch i got following errors:
package apache2 apache2-mod_php7 not foundto fix this the script has to install:
sudo pacman -Sy apache php-apache php -
While enabling apache2 the script exited with an error:
no module named apache2to fix this the script needs to enable httpd:
sudo systemctl enable httpd -
The script could not move the index.php file to the designated location because Arch uses a different structure
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed