From 7bafbd2db038c4fb87dabde4da9b0ad13a781605 Mon Sep 17 00:00:00 2001 From: edraft Date: Sun, 28 Feb 2021 10:19:30 +0100 Subject: [PATCH] Improved software dev install --- software_dev/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software_dev/install.sh b/software_dev/install.sh index a3748b6..0e35110 100644 --- a/software_dev/install.sh +++ b/software_dev/install.sh @@ -4,5 +4,5 @@ software_dev_install() { sudo snap install --classic code sudo snap install pycharm-community --classic - sudo apt-get install git-all + sudo apt-get install git-all -y } \ No newline at end of file