This commit is contained in:
t3chn0m4g3
2021-02-22 11:21:18 +00:00
parent f7d696007c
commit 7587efaed8
2 changed files with 3 additions and 1 deletions

View File

@ -82,7 +82,7 @@ echo
# Let's check for version
function fuCHECK_VERSION () {
local myMINVERSION="19.03.0"
local myMASTERVERSION="20.06.1"
local myMASTERVERSION="20.06.2"
echo
echo "### Checking for Release ID"
myRELEASE=$(lsb_release -i | grep Debian -c)