From e9a8640b7000ca116ed07f25b877cb011e20700a Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Mon, 6 Mar 2017 05:38:13 +0100 Subject: [PATCH] [setup] pass all args --- bin/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup b/bin/setup index 0557345..9b42ccb 100644 --- a/bin/setup +++ b/bin/setup @@ -33,4 +33,4 @@ sleep 1 sudo pacman -Sy manjaro-architect --noconfirm echo "launching Manjaro Architect ..." -sudo manjaro-architect $1 +sudo manjaro-architect "$@"