mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00: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"
|
||||
exit 9
|
||||
else
|
||||
printlog "$downloadURL"
|
||||
echo "$downloadURL"
|
||||
return 0
|
||||
fi
|
||||
}
|
||||
@@ -1268,7 +1268,7 @@ printlog "$message"
|
||||
|
||||
if [[ $currentUser != "loginwindow" && $NOTIFY == "success" ]]; then
|
||||
printlog "notifying"
|
||||
displaynotification "Installed $name, version $appversion" "Installation complete!"
|
||||
displaynotification "$message" "Installation complete!"
|
||||
fi
|
||||
|
||||
# all done!
|
||||
|
||||
Reference in New Issue
Block a user