Make setup_root.sh execute properly

This commit is contained in:
Nico Jensch 2020-11-18 11:57:48 +01:00
parent f1d34f86e1
commit 59d13294dd
1 changed files with 1 additions and 1 deletions

View File

@ -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