install OBS only for Ubuntu
This commit is contained in:
parent
e1f280c9cc
commit
90e4fb0bed
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue