This commit is contained in:
jakubknczny 2021-11-24 12:39:50 +01:00
parent 5a02e9ac66
commit 70266b4ef3
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ package_update: true
package_upgrade: true
runcmd:
- "wget https://git.wmi.amu.edu.pl/s470607/code-server-test/src/branch/master/setup.sh"
- "chmod + x setup.sh"
- "chmod +x setup.sh"
- "sh setup.sh"