Ver Fonte

chmod 추가

잉여개발기 (SPDV) há 2 anos atrás
pai
commit
4e7d24e7ef
1 ficheiros alterados com 4 adições e 2 exclusões
  1. 4 2
      ubuntu.sh

+ 4 - 2
ubuntu.sh

@@ -1,5 +1,7 @@
-apt-get install python3
-apt-get install python3-pip
+sudo apt-get install python3
+sudo apt-get install python3-pip
+
+chmod +x ./route_go/bin
 
 pip3 install -r requirements.txt
 python3 app.py