Explorar el Código

上傳檔案到 ''

fatwolf hace 2 años
padre
commit
8426d8713c
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  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