Separate work and private configuration

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-05-14 11:57:10 +02:00
parent 492115cbd0
commit 9f29f25756
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
8 changed files with 104 additions and 72 deletions

View file

@ -258,6 +258,6 @@ print_section "Creating issue file"
< "/etc/hostname" tr '[:lower:]' '[:upper:]' | figlet -f big | sed "s/\\\\/\\\\\\\/g";
echo -e "\\\r (\\\l)";
echo '\e{reset}';
} >> "/tmp/issue"
} > "/tmp/issue"
sudo install "/tmp/issue" "/etc/issue"
print_log "Issue file created"