F-urkan commited on
Commit
4f769ef
·
verified ·
1 Parent(s): 2f7a488

Update pre.sh

Browse files
Files changed (1) hide show
  1. pre.sh +1 -0
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