fix raw install

pull/58/head
Simon Let 6 years ago
parent b6c5c879b4
commit 2cac54269c
  1. 2
      scripts/rawinstall.sh

@ -6,7 +6,7 @@ echo
echo "Please report any issues you encounter to: https://github.com/curusarn/resh/issues"
echo
if [ "$1" = "--test" ] || [ "$1" = "-t" ]; then
if [ "${1-}" = "--test" ] || [ "${1-}" = "-t" ]; then
echo "Looking for the latest release or PRERELEASE (because you used --test flag) ..."
# debug
# latest release OR pre-release

Loading…
Cancel
Save