Skip to content

Commit 2bac239

Browse files
authored
fix version string for update check
1 parent a90f135 commit 2bac239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ echo
8282
# Let's check for version
8383
function fuCHECK_VERSION () {
8484
local myMINVERSION="19.03.0"
85-
local myMASTERVERSION="20.06.0"
85+
local myMASTERVERSION="20.06.1"
8686
echo
8787
echo "### Checking for Release ID"
8888
myRELEASE=$(lsb_release -i | grep Debian -c)

0 commit comments

Comments
 (0)