diff --git a/install/sublimetext b/install/sublimetext index 7800b34..2f0031f 100755 --- a/install/sublimetext +++ b/install/sublimetext @@ -3,11 +3,12 @@ source "$( dirname $(readlink -e -- "${BASH_SOURCE}"))/../helpers.sh" || exit 255 # https://www.sublimetext.com/download -# https://gist.github.com/skoqaq/3f3e8f28e23c881143cef9cf49d821ff +# https://gist.axenov.dev/anthony/sublime +# https://gist.axenov.dev/anthony/sublime2 # https://gist.github.com/lugrus2000/1fc55158b87f94d799392a6dd1ac0ce2 # https://gist.github.com/maboloshi/feaa63c35f4c2baab24c9aaf9b3f4e47 -[ "$1" ] && STVER="$1" || STVER='4192' +[ "$1" ] && STVER="$1" || STVER='4200' title @@ -20,12 +21,14 @@ if [[ ! -f "$DEB_PATH" ]]; then fi sudo dpkg -i "$DEB_PATH" -sudo cp -f $BIN_PATH $BIN_PATH.old +sudo cp -f "$BIN_PATH" "$BIN_PATH.old" if [[ $STVER = 4169 ]]; then - echo "00489f39: c640 0501 4885 c9" | sudo xxd -r - $BIN_PATH + echo "00489f39: c640 0501 4885 c9" | sudo xxd -r - "$BIN_PATH" +elif [[ $STVER = 4200 ]]; then + sudo sed -i 's#\x0F\xB6\x51\x05\x83\xF2\x01#\xC6\x41\x05\x01\xB2\x00\x90#' "$BIN_PATH" else - sudo sed -i 's#\x80\x79\x05\x00\x0F\x94\xC2#\xC6\x41\x05\x01\xB2\x00\x90#' $BIN_PATH + sudo sed -i 's#\x80\x79\x05\x00\x0F\x94\xC2#\xC6\x41\x05\x01\xB2\x00\x90#' "$BIN_PATH" fi echo