잉여개발기 (SPDV) 2 年 前
コミット
787543cbce
1 ファイル変更4 行追加2 行削除
  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