Anpassungen für den Umzug auf GitHub

This commit is contained in:
Marko Oldenburg 2015-06-04 16:24:28 +02:00
parent 383b8d7838
commit 47f8033617
4 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
func_term_output () { # einheitliche Terminalausgabe, Terminal löschen
## Beginne mit der Ausgbe ##
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
}

View File

@ -1,5 +1,5 @@
# Calibre Auto Updater Configfile
# Copyright (C) 2013-2015 Leon Gaultier
# Copyright (C) 2013-2015 Leon Gaultier
#
# Calibre Download Seite URL.

View File

@ -1,11 +1,11 @@
# Calibre Auto Updater Header File
# Copyright (C) 2013-2015 Leon Gaultier
# Copyright (C) 2013-2015 Leon Gaultier
#
func_term_output () {
## Beginne mit der Ausgbe ##
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
}

View File

@ -1,5 +1,5 @@
# Calibre Auto Updater Configfile
# Copyright (C) 2013-2015 Leon Gaultier
# Copyright (C) 2013-2015 Leon Gaultier
#
func_http_status_code () {