Make setup_root.sh execute properly
This commit is contained in:
parent
f1d34f86e1
commit
59d13294dd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue