forked from sh-edraft.de/sh_linux_installation_scripts
Added first scripts
This commit is contained in:
8
software_dev/install.sh
Normal file
8
software_dev/install.sh
Normal 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
|
||||
}
|
Reference in New Issue
Block a user