diff --git a/zad3_4 b/zad3_4 new file mode 100644 index 0000000..ccae821 --- /dev/null +++ b/zad3_4 @@ -0,0 +1,11 @@ +#cloud-config +write_files: + - content: | + curl -fsSL https://code-server.dev/install.sh > /root/install.sh + path: /root/install.sh + owner: root:root + permissions: '755' + +runcmd: + - bash /root/install.sh + - code-server --bind-addr 0.0.0.0:8080 \ No newline at end of file