F-urkan commited on
Commit
ef5e419
·
verified ·
1 Parent(s): 30a708a

Update pre.sh

Browse files
Files changed (1) hide show
  1. pre.sh +14 -0
pre.sh CHANGED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ apt-get update
2
+ apt-get install curl -y
3
+ # Install Node.js and npm (version 18)
4
+ apt-get install nodejs -y
5
+ apt-get install npm -y
6
+ apt-get install unzip -y
7
+ # Update npm to the latest version
8
+ # RUN npm install -g npm@latest
9
+
10
+ # Install gritty globally
11
+ npm install -g gritty@8.1.2
12
+ echo 'export PS1="root@root:\\w# "' >> ~/.bashrc
13
+ apt install openssh-server -y
14
+ service ssh start