Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
Added link to troubleshooting page
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport authored Nov 1, 2017
1 parent 3a8514c commit ce7908a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions creativecloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
# The normal Creative Cloud setup requires Windows 7 or higher
Set_OS "win7"
#Set_OS "win7"
POL_SetupWindow_browse "Please select the Creative Cloud install program." "$TITLE"
POL_SetupWindow_wait "Installation in progress..." "$TITLE"
INSTALLER="$APP_ANSWER"
Expand All @@ -59,7 +59,7 @@ then
fi

# Installation
POL_SetupWindow_message "$(eval_gettext 'IMPORTANT: Once Adobe Application Application Manager is installed and you finish logging in, come back to this setup window and click Next. Some final adjustments have to be made by the script in order to run newer Adobe programs.')" "$TITLE"
POL_SetupWindow_message "$(eval_gettext 'Once Adobe Application Application Manager is installed and you finish logging in, come back to this setup window and click Next. Some final adjustments have to be made by the script in order to run newer Adobe programs.\n\nIf the installer crashes or freezes at this step, check the Troubleshooting page: http://bit.ly/cctroubleshooting')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$INSTALLER"
POL_Shortcut "PDapp.exe" "Adobe Application Manager"
Expand Down

0 comments on commit ce7908a

Please sign in to comment.