Last active
March 18, 2021 16:44
-
-
Save jiminald/1c803cc63e25c8ebc62da8419f9e5a7c to your computer and use it in GitHub Desktop.
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
| #!/bin/bash | |
| echo Updating apt | |
| sudo apt update | |
| sudo apt upgrade -y | |
| echo Installing Docksal | |
| bash <(curl -fsSL https://get.docksal.io) | |
| echo "DOCKSAL_VHOST_PROXY_IP=0.0.0.0" >> ~/.docksal/docksal.env |
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
| #!/bin/bash | |
| echo "wsluser ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/95-wdl-users |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment