Commit ea01254

Ansari <ansarithameem674@gmail.com>
2022-07-31 18:08:14
init script for code-server
1 parent 1aa0ba0
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