Compare commits

...

2 Commits

Author SHA1 Message Date
20f835915c Update setup.sh 2023-06-22 11:23:53 +00:00
2e3f7e9e5c Update setup.sh 2023-06-22 11:23:39 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
BASE_URL=https://git.cringe-studios.com/CringeStudios/cloud-computing/raw/branch/main/loadbalancer
HOSTNAME=team07-loadbalancer
HOSTNAME=loadbalancer
apt update
apt install -y docker docker-compose

View File

@ -1,7 +1,7 @@
#!/bin/bash
BASE_URL=https://git.cringe-studios.com/CringeStudios/cloud-computing/raw/branch/main/owncloud
HOSTNAME=team07-owncloud-0
HOSTNAME=owncloud-0
apt update
apt install -y docker docker-compose