Skip to content

Commit

Permalink
Update install_shell.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyraul authored Aug 16, 2022
1 parent ca4a179 commit bf40401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install_shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ case $platform in
case $major_version in
"3") deb_codename="stretch";;
"4") deb_codename="buster";;
"5") deb_codename="bullseye";;
"5") deb_codename="bullseye";;
"21") deb_codename="jammy";;
"20") deb_codename="focal";;
"19") deb_codename="bionic";;
Expand Down

0 comments on commit bf40401

Please sign in to comment.