From a98d01ca6d7530bc93158d299f494a4437b4d1c6 Mon Sep 17 00:00:00 2001 From: Zack T Date: Thu, 25 Jan 2018 16:01:45 -0700 Subject: [PATCH] v1.1 = Changed `cp` to `mv` + Changed `cp` to `mv` --- Software/Mathematica/install_Mathematica.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 Software/Mathematica/install_Mathematica.sh diff --git a/Software/Mathematica/install_Mathematica.sh b/Software/Mathematica/install_Mathematica.sh old mode 100644 new mode 100755 index e9279b5..2ceabff --- a/Software/Mathematica/install_Mathematica.sh +++ b/Software/Mathematica/install_Mathematica.sh @@ -3,7 +3,7 @@ ################################################################################################### # Script Name: install_Mathematica.sh # By: Zack Thompson / Created: 1/10/2018 -# Version: 1.0 / Updated: 1/10/2018 / By: ZT +# Version: 1.1 / Updated: 1/24/2018 / By: ZT # # Description: This script silently installs Mathematica. # @@ -22,7 +22,7 @@ # Install Mathematica /bin/echo "Installing Mathematica..." - /bin/cp -Rf "${pkgDir}/Mathematica.app" /Applications + /bin/mv "${pkgDir}/Mathematica.app" /Applications /bin/echo "Install complete!" /bin/echo "***** Install Mathematica process: COMPLETE *****"