Spaces:
Sleeping
Sleeping
Update pre.sh
Browse files
pre.sh
CHANGED
|
@@ -4,6 +4,7 @@ apt-get install curl -y
|
|
| 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 |
|
|
|
|
| 4 |
apt-get install nodejs -y
|
| 5 |
apt-get install npm -y
|
| 6 |
apt-get install unzip -y
|
| 7 |
+
apt install kitty-terminfo -y
|
| 8 |
# Update npm to the latest version
|
| 9 |
# RUN npm install -g npm@latest
|
| 10 |
|