add more space to setup.sh

This commit is contained in:
sup39 2022-06-18 02:10:10 +09:00
parent b99106ecb0
commit 3884cbe0e7

View file

@ -7,6 +7,8 @@ if [ ! -w "$dst" ]; then
fi fi
wget -P "$dst" "$baseURL/certrenew.service" "$baseURL/certrenew.timer" "$baseURL/certrenew.target" "$baseURL/certrenew.path" wget -P "$dst" "$baseURL/certrenew.service" "$baseURL/certrenew.timer" "$baseURL/certrenew.target" "$baseURL/certrenew.path"
cat <<EOF cat <<EOF
Next step: Next step:
(1) edit $dst/certrenew.service (1) edit $dst/certrenew.service
(2) $ sudo systemctl enable certrenew.service certrenew.timer certrenew.path (2) $ sudo systemctl enable certrenew.service certrenew.timer certrenew.path