From f438476d0fc3a5ea61cc96ab62fd600b8c12b964 Mon Sep 17 00:00:00 2001 From: binhex Date: Tue, 19 Sep 2023 14:16:31 +0100 Subject: [PATCH] do not need param as we source script --- build/root/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/root/install.sh b/build/root/install.sh index 09fb971..6bc9189 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -15,7 +15,7 @@ TARGETARCH="${2}" #### # call pacman db and package updater script -source upd.sh "${TARGETARCH}" +source upd.sh # define pacman packages pacman_packages="qbittorrent-nox python geoip"