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