Skip to content

Commit

Permalink
fix version string for update check
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chn0m4g3 authored Sep 4, 2020
1 parent a90f135 commit 2bac239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ echo
# Let's check for version
function fuCHECK_VERSION () {
local myMINVERSION="19.03.0"
local myMASTERVERSION="20.06.0"
local myMASTERVERSION="20.06.1"
echo
echo "### Checking for Release ID"
myRELEASE=$(lsb_release -i | grep Debian -c)
Expand Down

0 comments on commit 2bac239

Please sign in to comment.