From 6482a4004af7d66a800a97e8281a6019da4df4b9 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Tue, 8 Nov 2022 22:01:34 +0800 Subject: Fix: support arguments in bootstrap script --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/bootstrap.sh') diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 137efbf..ac46383 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -60,4 +60,4 @@ arch_install () { echo 'Please remember to install GPU driver' } -main +main "$@" -- cgit v1.2.3