customsetup removed from setup.sh
This commit is contained in:
parent
dd1f5dd0d3
commit
c0dfd89ae5
12
setup.sh
12
setup.sh
|
@ -17,29 +17,23 @@ function main(){
|
|||
run_script "scripts/PhotoshopSetup.sh" "PhotoshopSetup.sh"
|
||||
;;
|
||||
2)
|
||||
echo "run photoshop CC Installation..."
|
||||
echo -n "using custom script for component installation..."
|
||||
run_script "scripts/PhotoshopSetupCustom.sh" "PhotoshopSetupCustom.sh"
|
||||
;;
|
||||
3)
|
||||
echo -n "run adobe camera Raw installer"
|
||||
run_script "scripts/cameraRawInstaller.sh" "cameraRawInstaller.sh"
|
||||
;;
|
||||
4)
|
||||
3)
|
||||
echo "run winecfg..."
|
||||
echo -n "open virtualdrive configuration..."
|
||||
run_script "scripts/winecfg.sh" "winecfg.sh"
|
||||
;;
|
||||
5)
|
||||
4)
|
||||
echo -n "uninstall photoshop CC ..."
|
||||
run_script "scripts/uninstaller.sh" "uninstaller.sh"
|
||||
;;
|
||||
6)
|
||||
5)
|
||||
echo "exit setup..."
|
||||
exitScript
|
||||
;;
|
||||
esac
|
||||
|
||||
}
|
||||
|
||||
#argumaents 1=script_path 2=script_name
|
||||
|
|
Loading…
Reference in New Issue