Skip to content

Instantly share code, notes, and snippets.

@jiminald
Last active March 18, 2021 16:44
Show Gist options
  • Select an option

  • Save jiminald/1c803cc63e25c8ebc62da8419f9e5a7c to your computer and use it in GitHub Desktop.

Select an option

Save jiminald/1c803cc63e25c8ebc62da8419f9e5a7c to your computer and use it in GitHub Desktop.
#!/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
#!/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