Added Debian 10 Support
This commit is contained in:
@@ -75,6 +75,8 @@ case "$OS" in
|
|||||||
DEB_VER_STR="jessie"
|
DEB_VER_STR="jessie"
|
||||||
elif [[ "$VER" -eq 9 ]]; then
|
elif [[ "$VER" -eq 9 ]]; then
|
||||||
DEB_VER_STR="stretch"
|
DEB_VER_STR="stretch"
|
||||||
|
elif [[ "$VER" -eq 10 ]]; then
|
||||||
|
DEB_VER_STR="buster"
|
||||||
else
|
else
|
||||||
printf "This script only supports Debian 8 and Debian 9\\n"
|
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"
|
printf "\\tUbuntu 14.04, Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10\\n"
|
||||||
@@ -1345,4 +1347,4 @@ fi
|
|||||||
# Recap
|
# Recap
|
||||||
##############################################################
|
##############################################################
|
||||||
|
|
||||||
recap
|
recap
|
||||||
|
|||||||
Reference in New Issue
Block a user