lb2
This commit is contained in:
parent
d7bcc0860a
commit
012a2a11fd
@ -2,10 +2,8 @@ REPOSITORY_URL = "https://git.wmi.amu.edu.pl/s464863/aws.git"
|
||||
|
||||
user_data=f"""
|
||||
#!/bin/bash
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install git -y
|
||||
sudo mkdir /webservice
|
||||
cd /webservice
|
||||
sudo yum update -y
|
||||
sudo yum install -y git
|
||||
sudo git clone {REPOSITORY_URL}
|
||||
cd aws
|
||||
sudo chmod +x webservice
|
||||
|
Loading…
Reference in New Issue
Block a user