mirror of
https://github.com/MLBZ521/MacAdmin.git
synced 2026-03-20 07:50:25 +00:00
v1.1 = Changed cp to mv
+ Changed `cp` to `mv`
This commit is contained in:
4
Software/Mathematica/install_Mathematica.sh
Normal file → Executable file
4
Software/Mathematica/install_Mathematica.sh
Normal file → Executable 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 *****"
|
||||
|
||||
Reference in New Issue
Block a user