From 4700ba5dbf7c668abe38f0ea2fcd7b16a6aaa6d7 Mon Sep 17 00:00:00 2001 From: clsty Date: Tue, 26 Mar 2024 18:26:15 +0800 Subject: [PATCH] Fix #363 --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index af21434c..242281f3 100755 --- a/install.sh +++ b/install.sh @@ -41,6 +41,9 @@ set -e ##################################################################################### printf "\e[36m[$0]: 1. Get packages and add user to video/input groups\n\e[0m" +# Issue #363 +v sudo pacman -Syu + remove_bashcomments_emptylines ./scriptdata/dependencies.conf ./cache/dependencies_stripped.conf readarray -t pkglist < ./cache/dependencies_stripped.conf