mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-08 06:13:12 +01:00
Update adobecreativeclouddesktop.sh
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
adobecreativeclouddesktop)
|
adobecreativeclouddesktop)
|
||||||
appName="Install.app"
|
|
||||||
name="Creative Cloud"
|
name="Creative Cloud"
|
||||||
|
appName="Install.app"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
if [[ $(arch) == "arm64" ]]; then
|
if [[ $(arch) == "arm64" ]]; then
|
||||||
downloadURL=$(curl -fs "https://helpx.adobe.com/download-install/kb/creative-cloud-desktop-app-download.html" | grep -o "https*.*macarm64.*dmg" | cut -d '"' -f1 | head -1)
|
downloadURL=$(curl -fs "https://helpx.adobe.com/download-install/kb/creative-cloud-desktop-app-download.html" | grep -o "https*.*macarm64.*dmg" | cut -d '"' -f1 | head -1)
|
||||||
|
|||||||
Reference in New Issue
Block a user