@ -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.";