From b54cd09edbd4182aa309d18a62e1885db9f50d83 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Sun, 21 Mar 2021 12:37:27 +0100 Subject: [PATCH] Bugfixes --- common/apps/flameshot.sh | 2 +- common/apps/{ snap => snap}/pycharm.sh | 0 common/apps/{ snap => snap}/simplenote.sh | 0 common/apps/{ snap => snap}/vscode.sh | 0 common/scripts/first_install.sh | 2 +- 5 files changed, 2 insertions(+), 2 deletions(-) rename common/apps/{ snap => snap}/pycharm.sh (100%) rename common/apps/{ snap => snap}/simplenote.sh (100%) rename common/apps/{ snap => snap}/vscode.sh (100%) diff --git a/common/apps/flameshot.sh b/common/apps/flameshot.sh index 8a07092..78aaaaf 100644 --- a/common/apps/flameshot.sh +++ b/common/apps/flameshot.sh @@ -1,5 +1,5 @@ #!/bin/bash install_flameshot() { - apt-get install flameshot -y + sudo apt-get install flameshot -y } \ No newline at end of file diff --git a/common/apps/ snap/pycharm.sh b/common/apps/snap/pycharm.sh similarity index 100% rename from common/apps/ snap/pycharm.sh rename to common/apps/snap/pycharm.sh diff --git a/common/apps/ snap/simplenote.sh b/common/apps/snap/simplenote.sh similarity index 100% rename from common/apps/ snap/simplenote.sh rename to common/apps/snap/simplenote.sh diff --git a/common/apps/ snap/vscode.sh b/common/apps/snap/vscode.sh similarity index 100% rename from common/apps/ snap/vscode.sh rename to common/apps/snap/vscode.sh diff --git a/common/scripts/first_install.sh b/common/scripts/first_install.sh index 7d2dd44..74d38e2 100644 --- a/common/scripts/first_install.sh +++ b/common/scripts/first_install.sh @@ -3,5 +3,5 @@ first_install() { echo 'Installing:' - sudo apt-get install net-tools nano htop tree zip unzip-y + sudo apt-get install net-tools nano htop tree zip unzip -y }