This repository has been archived on 2021-11-23. You can view files and clone it, but cannot push or open issues or pull requests.
sh_multi_install/software_dev/install.sh

8 lines
163 B
Bash
Raw Normal View History

2021-02-28 09:43:12 +01:00
#!/bin/bash
software_dev_install() {
sudo snap install --classic code
sudo snap install pycharm-community --classic
2021-02-28 10:19:30 +01:00
sudo apt-get install git-all -y
2021-02-28 09:43:12 +01:00
}