Browse Source

help text

master
Juni Kim 2 years ago
parent
commit
b36f2a27fe
  1. 3
      install_alpine.sh

3
install_alpine.sh

@ -59,14 +59,13 @@ EOF
;; ;;
*) *)
echo "invalid option $1" echo "invalid option $1"
help_text
exit exit
;; ;;
esac esac
shift shift
done done
exit 1
if ! (apk list | grep 'doas' 2>&1) > /dev/null; then if ! (apk list | grep 'doas' 2>&1) > /dev/null; then
echo "doas is not installed."; echo "doas is not installed.";
exit 1 exit 1

Loading…
Cancel
Save