Created
January 14, 2020 19:23
-
-
Save tkuennen/2a851e5f74791086b4669486ffc0ca3b to your computer and use it in GitHub Desktop.
Installs bookstack on Ubuntu 18.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Ensure you have read the above information about what this script does before executing these commands. | |
| # Download the script | |
| wget https://raw.githubusercontent.com/BookStackApp/devops/master/scripts/installation-ubuntu-18.04.sh | |
| # Make it executable | |
| chmod a+x installation-ubuntu-18.04.sh | |
| # Run the script with admin permissions | |
| sudo ./installation-ubuntu-18.04.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment