Skip to content

Commit

Permalink
Update script.sh
Browse files Browse the repository at this point in the history
Change some things
  • Loading branch information
finnie2006 authored Sep 26, 2022
1 parent 95f5153 commit 1ef7a21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "2. Install Addons"
echo "3. Install MinecraftTheme"
echo "4. Install Animated Background theme"
echo "5. Install Animatedlogin"
echo "6. Install Sidebar"
echo "6. Install Sidebar (Unstable)"
echo "7. Restore from backup"
echo "8. Close / Cancel"
read -p "Please enter a number: " choice
Expand All @@ -38,13 +38,13 @@ if [ $choice == "3" ]
fi
if [ $choice == "4" ]
then
echo "Installing Animated Background Theme..."
bash <(curl -sSL https://raw.githubusercontent.com/finnie2006/PteroFreeStuffinstaller/main/resources/mvb/install.sh)
echo "Resource temporarily Disabled..."
#bash <(curl -sSL https://raw.githubusercontent.com/finnie2006/PteroFreeStuffinstaller/main/resources/mvb/install.sh)
fi
if [ $choice == "5" ]
then
echo "resource temporary disabled"
#bash <(curl -s https://raw.githubusercontent.com/finnie2006/PteroFreeStuffinstaller/V1.10.1/resources/login/install.sh)
echo "Installing Animated login"
bash <(curl -s https://raw.githubusercontent.com/finnie2006/PteroFreeStuffinstaller/V1.10.1/resources/login/install.sh)
fi
if [ $choice == "6" ]
then
Expand Down

0 comments on commit 1ef7a21

Please sign in to comment.