From 90e4fb0beddf6c32ea291ceb28b3813b643dfc95 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 3 Feb 2022 17:58:28 +0100 Subject: [PATCH] install OBS only for Ubuntu --- installGlobalScript.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installGlobalScript.sh b/installGlobalScript.sh index 23b514c..cb20851 100644 --- a/installGlobalScript.sh +++ b/installGlobalScript.sh @@ -44,9 +44,6 @@ then # Install Git LFS bash installGitLFS.sh - # Install OBS - bash installOBS.sh - if grep "Ubuntu" /proc/version > /dev/null; then # Install Brave @@ -104,6 +101,9 @@ then sudo snap install kolourpaint echo -e "\nKolourPaint installed! 🎉" + # Install OBS + bash installOBS.sh + # Infos echo -e "\n\nTake care, you may need to install manually some others stuff, check the README (and the logs) of" echo "the project => https://git.kennel.ml/Anri/myLinuxConfiguration/src/branch/main/README.md"