Skip to content

Commit bb38109

Browse files
committed
Pass --unstable to bullseye installer
1 parent b02b63d commit bb38109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ UNSTABLE=false
1313
CODENAME=`lsb_release -sc`
1414

1515
if [[ $CODENAME == "bullseye" ]]; then
16-
bash ./install-bullseye.sh
16+
bash ./install-bullseye.sh $@
1717
exit $?
1818
fi
1919

0 commit comments

Comments
 (0)