nili 2 лет назад
Родитель
Сommit
2e8373fcf9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ztncui.sh

+ 1 - 1
ztncui.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 apt update -y
 apt update -y
-apt install curl gnupg2 ca-certificates zip unzip build-essential git --no-install-recommends -y
+apt install gnupg2 ca-certificates zip unzip build-essential git python3 --no-install-recommends -y
 #curl -sL -o node_inst.sh https://deb.nodesource.com/setup_${NODEJS_MAJOR}.x
 #curl -sL -o node_inst.sh https://deb.nodesource.com/setup_${NODEJS_MAJOR}.x
 #bash node_inst.sh
 #bash node_inst.sh
 apt install -y nodejs
 apt install -y nodejs

粤ICP备19079148号