We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02b63d commit bb38109Copy full SHA for bb38109
install.sh
@@ -13,7 +13,7 @@ UNSTABLE=false
13
CODENAME=`lsb_release -sc`
14
15
if [[ $CODENAME == "bullseye" ]]; then
16
- bash ./install-bullseye.sh
+ bash ./install-bullseye.sh $@
17
exit $?
18
fi
19
0 commit comments