瀏覽代碼

上傳檔案到 ''

fatwolf 2 年之前
父節點
當前提交
8426d8713c
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      item1.sh

+ 15 - 0
item1.sh

@@ -0,0 +1,15 @@
+#!/bin/bash 
+
+#Item1 Common Command
+sudo apt-get install python3.8 -y
+sudo apt-get install python3-pip -y
+sudo pip3 install cryptography==3.3.2
+sudo -H pip3 install --upgrade pip
+sudo apt-get install grep -y
+sudo apt-get install git -y
+sudo pip3 install gitpython 
+sudo apt-get install python3-tk -y
+sudo apt-get install wget -y
+sudo apt-get install python3-dev -y
+sudo apt-get install default-libmysqlclient-dev -y
+sudo apt-get install build-essential -y