diff --git a/install.sh b/install.sh index 2a6e5c9..21def79 100755 --- a/install.sh +++ b/install.sh @@ -13,7 +13,7 @@ UNSTABLE=false CODENAME=`lsb_release -sc` if [[ $CODENAME == "bullseye" ]]; then - bash ./install-bullseye.sh + bash ./install-bullseye.sh $@ exit $? fi