mirror of
https://github.com/shvedes/photoshop-linux.git
synced 2025-07-04 10:25:05 +00:00
Minor changes and pertial refactoring.
This commit is contained in:
parent
10abc9b46b
commit
8b0dfc4df8
@ -237,7 +237,7 @@ download_photoshop() {
|
||||
fi
|
||||
|
||||
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:
|
||||
# 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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user