diff --git a/utils/setup.sh b/utils/setup.sh index 0b4cce7..707dcf0 100644 --- a/utils/setup.sh +++ b/utils/setup.sh @@ -14,4 +14,8 @@ groups | grep docker || sudo usermod $USER -aG docker fatal "please relog to enter docker group" echo "# network" -docker network create proxy \ No newline at end of file +docker network create proxy + +echo "# web" +[ -d /srv/www ] || sudo mkdir -p /srv/www +sudo git clone git@git.faulty.nl:infra/web /srv/www