Zaktualizuj 'install.sh'

This commit is contained in:
Aleksander Cynarski 2020-12-30 15:19:10 +01:00
parent 5ddbc46283
commit 8e4b9bc5d0

View File

@ -9,8 +9,8 @@ set -o pipefail
#
declare -i term_width=120
host=${1:-vlt.cynarski.dev}
key=${2:-ssh-cynarski}
host=${1}
key=${2}
h2() {
printf '\e[1;33m==>\e[37;1m %s\e[0m\n' "$*"