summarylogtreecommitdiffstats
path: root/setup_lite.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup_lite.sh.in')
-rw-r--r--setup_lite.sh.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/setup_lite.sh.in b/setup_lite.sh.in
index 1c385a56d8c8..07556e30dc90 100644
--- a/setup_lite.sh.in
+++ b/setup_lite.sh.in
@@ -86,12 +86,12 @@ pkg_install() {
check_req() {
printf "\nChecking requirements...\n\n"
case $distro in
-# "Arch Linux"|"Manjaro Linux")
-# qrycmd="pacman -Q"
-# inscmd="pacman -S"
-# req="lsof openssl p7zip qt5-translations qt5-webengine qt5-websockets vulkan-icd-loader "
-# pkg_install
-# ;;
+ "Arch Linux"|"Manjaro Linux")
+ qrycmd="pacman -Q"
+ inscmd="pacman -S"
+ req="lsof openssl p7zip qt5-translations qt5-webengine qt5-websockets vulkan-icd-loader "
+ pkg_install
+ ;;
"Fedora")
qrycmd="rpm -q"
inscmd="dnf install"