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
|
# Install clipboard history
|
||||||
bash installClipboardHistory.sh
|
bash installClipboardHistory.sh
|
||||||
|
|
||||||
# Install MultiMC
|
# Skip MultiMC
|
||||||
bash installMultiMC.sh
|
echo -e "\nMultiMC skipped! ✨"
|
||||||
|
# bash installMultiMC.sh
|
||||||
|
|
||||||
# Install Signal
|
# Install Signal
|
||||||
bash installSignal.sh
|
bash installSignal.sh
|
||||||
|
@ -100,8 +101,9 @@ then
|
||||||
# Install KolourPaint
|
# Install KolourPaint
|
||||||
bash installKolourPaint.sh
|
bash installKolourPaint.sh
|
||||||
|
|
||||||
# Install OBS
|
# Skip OBS
|
||||||
bash installOBS.sh
|
echo -e "\nOBS Studio skipped! ✨"
|
||||||
|
# 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"
|
||||||
|
|
Reference in a new issue