install OBS only for Ubuntu

This commit is contained in:
Mylloon 2022-02-03 17:58:28 +01:00
parent e1f280c9cc
commit 90e4fb0bed
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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"