diff --git a/init-linux-harden.sh b/init-linux-harden.sh index 55bfb6f..caefb97 100644 --- a/init-linux-harden.sh +++ b/init-linux-harden.sh @@ -75,6 +75,8 @@ case "$OS" in DEB_VER_STR="jessie" elif [[ "$VER" -eq 9 ]]; then DEB_VER_STR="stretch" + elif [[ "$VER" -eq 10 ]]; then + DEB_VER_STR="buster" else printf "This script only supports Debian 8 and Debian 9\\n" printf "\\tUbuntu 14.04, Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10\\n" @@ -1345,4 +1347,4 @@ fi # Recap ############################################################## -recap \ No newline at end of file +recap