diff --git a/jka-toolkit/apw b/jka-toolkit/apw index 6d77c7d..965f7b5 100755 --- a/jka-toolkit/apw +++ b/jka-toolkit/apw @@ -52,7 +52,7 @@ if [[ ! -f /etc/apw.conf ]];then echo "$(gettext "It's the first run of the program, we need a thing before continue")" echo "$(gettext "What, or in what is based your Linux?")" echo "$(gettext "(The answer will be recorded in /etc/apw.conf, if you want to reset apw, delete this file)")" - options=("Debian/Ubuntu (apt)" "Fedora/Redhat (dnf)" "CentOS 6 (yum)" "Archlinux (pacman)" "Suse (zypper)") + options=("Debian/Ubuntu (apt)" "Fedora/Redhat (dnf)" "CentOS 6 (yum)" "Archlinux (pacman)" "Suse (zypper)" "Void Linux (XBPS)") select opt in "${options[@]}" do case $opt in