8 lines
310 B
Makefile
8 lines
310 B
Makefile
_run_ssh_cmd cmd:
|
|
ssh root@router-wan.lan "{{cmd}}"
|
|
|
|
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-samba samba36-server"
|
|
just -v _run_ssh_cmd "opkg install block-mount blockd kmod-fs-vfat kmod-usb-storage usbutils"
|