v1.1 = Changed cp to mv

+ Changed `cp` to `mv`
This commit is contained in:
Zack T
2018-01-25 16:01:45 -07:00
parent 52d41b3717
commit a98d01ca6d

4
Software/Mathematica/install_Mathematica.sh Normal file → Executable file
View File

@@ -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 *****"