Added first scripts

This commit is contained in:
edraft
2021-02-28 09:43:12 +01:00
parent 261377b401
commit 422ccd64d3
6 changed files with 70 additions and 0 deletions

8
software_dev/install.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
software_dev_install() {
sudo snap install --classic code
sudo snap install pycharm-community --classic
sudo apt-get install git-all
}