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"
help_text
exit
;;
esac
shift
done
exit 1
if ! (apk list | grep 'doas' 2>&1) > /dev/null; then
echo "doas is not installed.";
exit 1

Loading…
Cancel
Save