Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup/quickbox-setup
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function _intro() {
echo
echo " ${title} Heads Up! ${normal} "
echo " ${message_title} QuickBox works with the following ${normal} "
echo " ${message_title} Ubuntu 15.10 | 16.04 / Debian 9 ${normal} "
echo " ${message_title} Ubuntu 15.10 | 16.04 | 18.04 | 20.04 / Debian 9 ${normal} "
echo
echo
echo "${green}Checking distribution ...${normal}"
Expand All @@ -62,7 +62,7 @@ function _intro() {
echo "$DISTRO: ${alert} It looks like you are running $DISTRO, which is not supported by QuickBox ${normal} "
echo 'Exiting...'
exit 1
elif [[ ! "$CODENAME" =~ ("xenial"|"wily"|"stretch") ]]; then
elif [[ ! "$CODENAME" =~ ("focal"|"bionix"|"xenial"|"wily"|"stretch") ]]; then
echo "Oh drats! You do not appear to be running a supported $DISTRO release."
echo "${bold}$SETNAME${normal}"
echo 'Exiting...'
Expand Down