Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update func_general.sh #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pentiumoverdrive
Copy link

  • Added sudo to check repo function and using tee instead of ">>"
  • The script is missing the "git" dependency, which made it impossible to install tacasgui on a clean ubuntu 18 install.
  • The script is missing the "software-properties-common" dependency, which made it impossible to install php (since it needs add-apt-repository installed). Only an obsolete package is included in the script.
  • Add sudo before mysql install so this can be installed as non-root as everything else using sudo.

* Added sudo to check repo function and using tee instead of ">>"
* The script is missing the "git" dependency, which made it impossible to install tacasgui on a clean ubuntu 18 install.
* The script is missing the "software-properties-common" dependency, which made it impossible to install php (since it needs add-apt-repository installed). Only an obsolete package is included in the script.
* Add sudo before mysql install so this can be installed as non-root as everything else using sudo.
@pentiumoverdrive
Copy link
Author

There are lots of inconsistency regarding sudo.

It appears that you wouldn't run the script as root since the script relies on sudo in ~50% of the times and compose tells you not to run as root. So half of the stuff fails running as non root since its missing the sudo commmand.

Whats is your recommended way to install this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant