infra/services/home-ch/router-wan.dmz/Justfile

10 lines
289 B
Makefile
Raw Permalink Normal View History

2021-06-08 14:34:17 +02:00
_run_ssh_cmd cmd:
ssh root@router-wan.dmz "{{ cmd }}"
2021-06-08 14:34:17 +02:00
post-setup:
just -v _run_ssh_cmd "opkg update"
just -v _run_ssh_cmd "opkg install luci-ssl"
just -v _run_ssh_cmd "opkg install luci-app-mwan3"
# multiuser SFTP
just -v _run_ssh_cmd "/etc/init.d/uhttpd restart"