mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-06-11 04:30:29 +01:00
fix missing i
This commit is contained in:
@@ -11,7 +11,7 @@ whatList="$MDMAPPLABEL"
|
||||
for what in $whatList; do
|
||||
export what
|
||||
echo Installing ${what}
|
||||
curl -s https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/install-app-loop-beta-multple.sh?v=123$(date +%s) | bash
|
||||
curl -s https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/install-app-loop-beta-multiple.sh?v=123$(date +%s) | bash
|
||||
done
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user