mirror of
https://github.com/zen-browser/updates-server.git
synced 2025-07-07 17:05:36 +02:00
Update install.sh
This commit is contained in:
parent
332b02c4be
commit
b1a0237216
1 changed files with 0 additions and 10 deletions
10
install.sh
10
install.sh
|
@ -49,8 +49,6 @@ if [ -f "$desktop_in_local_applications" ]; then
|
|||
rm "$desktop_in_local_applications"
|
||||
fi
|
||||
|
||||
sleep 1
|
||||
|
||||
echo "Installing the latest package"
|
||||
curl -L -o $tar_location $official_package_location
|
||||
if [ $? -eq 0 ]; then
|
||||
|
@ -117,15 +115,7 @@ Exec=$executable_path --ProfileManager
|
|||
" >> $desktop_in_local_applications
|
||||
|
||||
echo "Created desktop entry successfully"
|
||||
|
||||
sleep 1
|
||||
|
||||
echo "Installation is successful"
|
||||
|
||||
sleep 1
|
||||
|
||||
echo "Done, and done, have fun! 🐷"
|
||||
|
||||
sleep 1
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue