1
0
Fork 0
mirror of synced 2024-11-22 10:05:37 -05:00

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

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 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 sh /tmp/setup-assistant/setup_root.sh
fi fi