mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-04 06:13:14 +01:00
fixed git download url generation
This commit is contained in:
@@ -158,7 +158,7 @@ downloadURLFromGit() { # $1 git user name, $2 git repo name
|
|||||||
echo "could not retrieve download URL for $gitusername/$gitreponame"
|
echo "could not retrieve download URL for $gitusername/$gitreponame"
|
||||||
exit 9
|
exit 9
|
||||||
else
|
else
|
||||||
printlog "$downloadURL"
|
echo "$downloadURL"
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@@ -1268,7 +1268,7 @@ printlog "$message"
|
|||||||
|
|
||||||
if [[ $currentUser != "loginwindow" && $NOTIFY == "success" ]]; then
|
if [[ $currentUser != "loginwindow" && $NOTIFY == "success" ]]; then
|
||||||
printlog "notifying"
|
printlog "notifying"
|
||||||
displaynotification "Installed $name, version $appversion" "Installation complete!"
|
displaynotification "$message" "Installation complete!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# all done!
|
# all done!
|
||||||
|
|||||||
Reference in New Issue
Block a user