Update install.sh

This commit is contained in:
mr. m 🤙 2024-11-13 23:10:23 +01:00 committed by GitHub
parent 332b02c4be
commit b1a0237216
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,8 +49,6 @@ if [ -f "$desktop_in_local_applications" ]; then
rm "$desktop_in_local_applications" rm "$desktop_in_local_applications"
fi fi
sleep 1
echo "Installing the latest package" echo "Installing the latest package"
curl -L -o $tar_location $official_package_location curl -L -o $tar_location $official_package_location
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
@ -117,15 +115,7 @@ Exec=$executable_path --ProfileManager
" >> $desktop_in_local_applications " >> $desktop_in_local_applications
echo "Created desktop entry successfully" echo "Created desktop entry successfully"
sleep 1
echo "Installation is successful" echo "Installation is successful"
sleep 1
echo "Done, and done, have fun! 🐷" echo "Done, and done, have fun! 🐷"
sleep 1
exit 0 exit 0