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:
@@ -127,7 +127,7 @@ if [ -d "$HOME/Applications" ]; then
|
||||
echo "- Removing old versions"
|
||||
rm -f "$HOME/Applications/UVtools_*.AppImage"
|
||||
|
||||
echo "- Moving '$filename' to $HOME/Applications"
|
||||
echo "- Moving $filename to $HOME/Applications"
|
||||
mv -f "$tmpfile" "$HOME/Applications"
|
||||
|
||||
"$HOME/Applications/$filename" &
|
||||
@@ -135,7 +135,10 @@ if [ -d "$HOME/Applications" ]; then
|
||||
else
|
||||
echo "- Removing old versions"
|
||||
rm -f UVtools_*.AppImage
|
||||
|
||||
echo "- Moving $filename to $(pwd)"
|
||||
mv -f "$tmpfile" .
|
||||
|
||||
./$filename &
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user