Skip to content

fix for Distro: Arch #2

@junglert

Description

@junglert
  • While trying to install shc on Manjaro Arch i got following errors:
    package apache2 apache2-mod_php7 not found

    to 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 apache2

    to 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions