fpPS4-Temmie-s-Launcher/update.sh
2024-04-12 15:33:13 -03:00

11 lines
198 B
Bash
Executable file

stty -echo
clear
echo
echo "Updating fpPS4 Temmie's Launcher - Please Wait..."
echo "IMPORTANT: Make sure to have git installed on your OS / Distro!"
echo
git reset --hard
git pull
stty echo
exit