photshop command issue fixed

This commit is contained in:
victor 2021-03-06 17:52:18 +03:30
parent ea730a575a
commit 985e02307b
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ function launcher() {
show_message "photoshop command exist deleted..." show_message "photoshop command exist deleted..."
sudo rm "/usr/local/bin/photoshop" sudo rm "/usr/local/bin/photoshop"
fi fi
sudo mkdir -p "/usr/local/bin"
sudo ln -s "$SCR_PATH/launcher/launcher.sh" "/usr/local/bin/photoshop" || error "can't create photoshop command" sudo ln -s "$SCR_PATH/launcher/launcher.sh" "/usr/local/bin/photoshop" || error "can't create photoshop command"
unset desktop_entry desktop_entry_dest launcher_path launcher_dest unset desktop_entry desktop_entry_dest launcher_path launcher_dest