mirror of
https://github.com/shvedes/photoshop-linux.git
synced 2025-09-08 12:14:59 +00:00
Minor changes and pertial refactoring.
This commit is contained in:
parent
10abc9b46b
commit
8b0dfc4df8
@ -237,7 +237,7 @@ download_photoshop() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "$LOG Downloading Photoshop (1.1G)."
|
echo -e "$LOG Downloading Photoshop (1.1G)."
|
||||||
if ! curl --progress-bar "$PHOTOSHOP_URL" -o "$archive_name" 2>> ./install_log.log; then
|
if ! curl --progress-bar "$PHOTOSHOP_URL" -o "$archive_name"; then
|
||||||
# TODO:
|
# TODO:
|
||||||
# separate function to avoid repeating
|
# separate function to avoid repeating
|
||||||
echo -e "$ERROR An error occurred during the download. Please, refer to ${YELLOW}install_log.log${RESET} for more info."
|
echo -e "$ERROR An error occurred during the download. Please, refer to ${YELLOW}install_log.log${RESET} for more info."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user