updated icon url

This commit is contained in:
Michael
2022-11-27 14:07:10 +00:00
parent 124ebc8125
commit c366bf8f99

View File

@@ -16,7 +16,7 @@ item="$prplwhatinstall" # enter the software to install
# Dialog icon
if [ -z "$MDMAPPICONURL" ]
then
icon="https://raw.githubusercontent.com/PurpleComputing/image-repo/main/appinstalls.png"
icon="https://raw.githubusercontent.com/PurpleComputing/image-repo/main/updates.png"
else
icon="$MDMAPPICONURL"
fi