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"