diff --git a/setup/macos/High Sierra/Utilities.plist b/setup/macos/High Sierra/Utilities.plist index 6d492017..0fc61ad2 100644 --- a/setup/macos/High Sierra/Utilities.plist +++ b/setup/macos/High Sierra/Utilities.plist @@ -6,11 +6,11 @@ BundlePath - /Applications/iTerm-2.app + /Applications/Utilities/Terminal.app DescriptionKey Hardware Diagnostics Path - /Applications/iTerm-2.app/Contents/MacOS/iTerm2 + /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal TitleKey WizardKit: Hardware Diagnostics diff --git a/setup/macos/install-deps b/setup/macos/install-deps index 1292b7c6..7112394f 100755 --- a/setup/macos/install-deps +++ b/setup/macos/install-deps @@ -43,7 +43,6 @@ if [[ "${OS_VERSION:0:5}" == "10.11" ]]; then # TODO: Maybe? true elif [[ "${OS_VERSION:0:5}" == "10.13" ]]; then - # TODO: Add colordiff brew install --build-from-source \ automake \ lua \ @@ -69,7 +68,9 @@ elif [[ "${OS_VERSION:0:5}" == "10.13" ]]; then watch brew install \ cmatrix \ + colordiff \ ddrescue \ + dropbear \ speedtest-cli \ tmux elif [[ "${OS_VERSION:0:5}" == "10.15" ]]; then @@ -93,3 +94,8 @@ fi # Python3 Packages pip3 install docopt mysql-connector NumPy psutil pylint pytz requests + +git clone https://github.com/yuyichao/gnuplot-py gnuplot-py +cd gnuplot-py +git checkout 2c2218dc67 +python3 setup.py install diff --git a/setup/macos/update-base-image b/setup/macos/update-base-image index 4dc7daee..307a8b57 100755 --- a/setup/macos/update-base-image +++ b/setup/macos/update-base-image @@ -103,6 +103,8 @@ if [[ "${OS_VERSION:3:2}" == "11" ]]; then cp -a /usr/bin/fgrep "${WK_PATH}/usr/bin"/ cp -a /usr/bin/locale "${WK_PATH}/usr/bin"/ rsync -aS /usr/share/locale/ "${WK_PATH}/usr/share/locale"/ +elif [[ "${OS_VERSION:3:2}" == "13" ]]; then + cp -a /usr/lib/libexpat* "${WK_PATH}/usr/lib"/ fi # WizardKit