diff --git a/simpleupdates/scripts/update_sshd.sh b/simpleupdates/scripts/update_sshd.sh index 960efe6..6dcb449 100644 --- a/simpleupdates/scripts/update_sshd.sh +++ b/simpleupdates/scripts/update_sshd.sh @@ -62,7 +62,7 @@ echo -e "\e[1;32mOpenSSH Server\e[0m" remount_rw mkdir /usrdata/sshd - wget -O /lib/systemd/system/sshd.service "$GITROOT/sshd/sshd.service" + curl -o /lib/systemd/system/sshd.service "$GITROOT/sshd/sshd.service" ln -sf "/lib/systemd/system/sshd.service" "/lib/systemd/system/multi-user.target.wants/" opkg install openssh-server-pam