From 52203548eb2fad66f26dd3af514cb61d1ecc90ea Mon Sep 17 00:00:00 2001 From: kprkpr Date: Wed, 15 Jun 2016 23:42:51 +0200 Subject: [PATCH] changes --- jka-toolkit/apw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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