Coesens Bert 3 месяцев назад
Родитель
Сommit
6a65e27c5c
1 измененных файлов: 6 добавлений и 6 удалений
  1. +6
    -6
      prep-grid-vm.sh

+ 6
- 6
prep-grid-vm.sh Просмотреть файл

@@ -18,12 +18,12 @@ wget https://docs.grid.tf/threefold_public/public/raw/branch/master/add-tf-users
sh add-tf-users.sh sh add-tf-users.sh


# install Caddy # install Caddy
apt install -y debian-keyring debian-archive-keyring apt-transport-https
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | tee /etc/apt/trusted.gpg.d/caddy-stable.asc
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | tee /etc/apt/sources.list.d/caddy-stable.list
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
apt update
apt install caddy -y
#apt install -y debian-keyring debian-archive-keyring apt-transport-https
#curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | tee /etc/apt/trusted.gpg.d/caddy-stable.asc
#curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | tee /etc/apt/sources.list.d/caddy-stable.list
#curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
#apt update
#apt install caddy -y


# set propper sshd config # set propper sshd config
wget https://docs.grid.tf/threefold_public/public/raw/branch/master/sshd_config wget https://docs.grid.tf/threefold_public/public/raw/branch/master/sshd_config


Загрузка…
Отмена
Сохранить