Don't install OBS and MultiMC
This commit is contained in:
parent
e6bfda2236
commit
9e58cb8ae4
1 changed files with 6 additions and 4 deletions
|
@ -91,8 +91,9 @@ then
|
|||
# Install clipboard history
|
||||
bash installClipboardHistory.sh
|
||||
|
||||
# Install MultiMC
|
||||
bash installMultiMC.sh
|
||||
# Skip MultiMC
|
||||
echo -e "\nMultiMC skipped! ✨"
|
||||
# bash installMultiMC.sh
|
||||
|
||||
# Install Signal
|
||||
bash installSignal.sh
|
||||
|
@ -100,8 +101,9 @@ then
|
|||
# Install KolourPaint
|
||||
bash installKolourPaint.sh
|
||||
|
||||
# Install OBS
|
||||
bash installOBS.sh
|
||||
# Skip OBS
|
||||
echo -e "\nOBS Studio skipped! ✨"
|
||||
# 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"
|
||||
|
|
Reference in a new issue