a
This commit is contained in:
parent
d8a5a809eb
commit
97ae253978
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ get_distro() {
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_ssh() {
|
setup_ssh() {
|
||||||
tput setaf 2; tput bold; echo "Setting up SSH"
|
tput setaf 2; tput bold; echo "Setting up SSH"; tput sgr0;
|
||||||
|
|
||||||
mkdir -p $(dirname $ssh_authorized_keys_path)
|
mkdir -p $(dirname $ssh_authorized_keys_path)
|
||||||
touch $ssh_authorized_keys_path
|
touch $ssh_authorized_keys_path
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue