mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
final prep for buster
This commit is contained in:
parent
0cff5f4be4
commit
eb22f8e99b
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
default install
|
default install
|
||||||
label install
|
label install
|
||||||
menu label ^T-Pot 19.03 (based on Debian Sid)
|
menu label ^T-Pot 19.03.1 (based on Debian Sid)
|
||||||
menu default
|
menu default
|
||||||
kernel linux
|
kernel linux
|
||||||
append vga=788 initrd=initrd.gz console-setup/ask_detect=true --
|
append vga=788 initrd=initrd.gz console-setup/ask_detect=true --
|
||||||
|
|
|
@ -77,7 +77,7 @@ echo
|
||||||
# Let's check for version
|
# Let's check for version
|
||||||
function fuCHECK_VERSION () {
|
function fuCHECK_VERSION () {
|
||||||
local myMINVERSION="19.03.0"
|
local myMINVERSION="19.03.0"
|
||||||
local myMASTERVERSION="19.03.0"
|
local myMASTERVERSION="19.03.1"
|
||||||
echo
|
echo
|
||||||
echo "### Checking for Release ID"
|
echo "### Checking for Release ID"
|
||||||
myRELEASE=$(lsb_release -i | grep Debian -c)
|
myRELEASE=$(lsb_release -i | grep Debian -c)
|
||||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
19.03.0
|
19.03.1
|
||||||
|
|
Loading…
Reference in a new issue