Anpassungen für den Umzug auf GitHub
This commit is contained in:
parent
383b8d7838
commit
47f8033617
@ -5,7 +5,7 @@
|
|||||||
func_term_output () { # einheitliche Terminalausgabe, Terminal löschen
|
func_term_output () { # einheitliche Terminalausgabe, Terminal löschen
|
||||||
## Beginne mit der Ausgbe ##
|
## Beginne mit der Ausgbe ##
|
||||||
tty -s && clear
|
tty -s && clear
|
||||||
echo -e "\033[44m \033[0m\033[1m $PROGNAME: Der Calibre-Autoupdate-Installer Version $VERSION\033[0m\n\033[44m \033[0m 2013-2015 by Leon Gaultier\n\e[m";
|
echo -e "\033[44m \033[0m\033[1m $PROGNAME: Der Calibre-Autoupdate-Installer Version $VERSION\033[0m\n\033[44m \033[0m 2013-2015 by Leon Gaultier\n\e[m";
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Calibre Auto Updater Configfile
|
# Calibre Auto Updater Configfile
|
||||||
# Copyright (C) 2013-2015 Leon Gaultier
|
# Copyright (C) 2013-2015 Leon Gaultier
|
||||||
#
|
#
|
||||||
|
|
||||||
# Calibre Download Seite URL.
|
# Calibre Download Seite URL.
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# Calibre Auto Updater Header File
|
# Calibre Auto Updater Header File
|
||||||
# Copyright (C) 2013-2015 Leon Gaultier
|
# Copyright (C) 2013-2015 Leon Gaultier
|
||||||
#
|
#
|
||||||
|
|
||||||
func_term_output () {
|
func_term_output () {
|
||||||
## Beginne mit der Ausgbe ##
|
## Beginne mit der Ausgbe ##
|
||||||
tty -s && clear
|
tty -s && clear
|
||||||
echo -e "\033[44m \033[0m\033[1m $PROGNAME Version $VERSION\033[0m\n\033[44m \033[0m 2013-2015 by Leon Gaultier\n\e[m";
|
echo -e "\033[44m \033[0m\033[1m $PROGNAME Version $VERSION\033[0m\n\033[44m \033[0m 2013-2015 by Leon Gaultier\n\e[m";
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Calibre Auto Updater Configfile
|
# Calibre Auto Updater Configfile
|
||||||
# Copyright (C) 2013-2015 Leon Gaultier
|
# Copyright (C) 2013-2015 Leon Gaultier
|
||||||
#
|
#
|
||||||
|
|
||||||
func_http_status_code () {
|
func_http_status_code () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user