From 59d13294dd24fac923057013bd2314dda64429d6 Mon Sep 17 00:00:00 2001 From: Nico Jensch Date: Wed, 18 Nov 2020 11:57:48 +0100 Subject: [PATCH] Make setup_root.sh execute properly --- usr/lib/setup-assistant/apply.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/setup-assistant/apply.sh b/usr/lib/setup-assistant/apply.sh index 6ae2ace..fc43726 100755 --- a/usr/lib/setup-assistant/apply.sh +++ b/usr/lib/setup-assistant/apply.sh @@ -7,6 +7,6 @@ cat /tmp/setup-assistant/pkgs.txt | sed '/^$/d;s/[[:blank:]]//g' > /tmp/setup-as sudo pacman --needed -S - < /tmp/setup-assistant/pkgs-install.txt -if [ -e "/tmp/setup-assistant/setup.sh" ]; then +if [ -e "/tmp/setup-assistant/setup_root.sh" ]; then sh /tmp/setup-assistant/setup_root.sh fi