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
|
# Install Git LFS
|
||||||
bash installGitLFS.sh
|
bash installGitLFS.sh
|
||||||
|
|
||||||
# Install OBS
|
|
||||||
bash installOBS.sh
|
|
||||||
|
|
||||||
if grep "Ubuntu" /proc/version > /dev/null;
|
if grep "Ubuntu" /proc/version > /dev/null;
|
||||||
then
|
then
|
||||||
# Install Brave
|
# Install Brave
|
||||||
|
@ -104,6 +101,9 @@ then
|
||||||
sudo snap install kolourpaint
|
sudo snap install kolourpaint
|
||||||
echo -e "\nKolourPaint installed! 🎉"
|
echo -e "\nKolourPaint installed! 🎉"
|
||||||
|
|
||||||
|
# Install OBS
|
||||||
|
bash installOBS.sh
|
||||||
|
|
||||||
# Infos
|
# Infos
|
||||||
echo -e "\n\nTake care, you may need to install manually some others stuff, check the README (and the logs) of"
|
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"
|
echo "the project => https://git.kennel.ml/Anri/myLinuxConfiguration/src/branch/main/README.md"
|
||||||
|
|
Reference in a new issue