add feature check_update

This commit is contained in:
6543 2018-05-13 00:05:02 +02:00
parent 66372fadcc
commit a2517232a1
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Package: remaster
Source: remaster
Version: 2.0.0
Version: 2.0.1
Architecture: all
Maintainer: 6543 <6543@obermui.de>
Installed-Size: <SIZE>

View File

@ -12,3 +12,6 @@
* add Doc "Server Bedienung"
* split functions
* separate config into /etc/remaster/

2018-05-13 - 2.0.1
* Update-Prüfmechanismus #15

View File

@ -1,7 +1,7 @@
#!/bin/bash
#@version 2.0.0
#@version 2.0.1
#@autor 6543@obermui.de
#@date 2018-05-12
#@date 2018-05-13
#@licence GNUv3

#####################################################################################