Commit ea01254
Changed files (1)
code-server.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+apt update && apt upgrade -y && apt-get install sudo vim git -y
+curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
+source .bashrc
+nvm install --lts
+curl -fsSL https://code-server.dev/install.sh | sh
\ No newline at end of file