mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
Update install-uvtools.sh
This commit is contained in:
@@ -112,7 +112,7 @@ if [ -z "$download_url" ]; then
|
||||
fi
|
||||
|
||||
filename="$(basename "${download_url}")"
|
||||
tmpfile=$(mktemp /tmp/$filename)
|
||||
tmpfile="/tmp/$filename"
|
||||
|
||||
echo "Downloading: $download_url"
|
||||
wget $download_url -O "$tmpfile" -q --show-progress
|
||||
@@ -129,7 +129,7 @@ if [ -d "$HOME/Applications" ]; then
|
||||
|
||||
echo "- Moving '$filename' to $HOME/Applications"
|
||||
mv -f "$tmpfile" "$HOME/Applications"
|
||||
|
||||
|
||||
"$HOME/Applications/$filename" &
|
||||
echo "If prompt for 'Desktop integration', click 'Integrate and run'"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user