6 lines
145 B
Plaintext
6 lines
145 B
Plaintext
#cloud-config
|
|
|
|
runcmd:
|
|
- wget https://git.wmi.amu.edu.pl/s470611/DPZC-aws/raw/branch/master/webservice
|
|
- chmod +x webservice
|
|
- ./webservice |