Update install-uvtools.sh

This commit is contained in:
Tiago Conceição
2022-10-19 05:35:36 +01:00
parent a680245338
commit f026ecf37d
+2 -2
View File
@@ -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