Peter Šurda
85c081df3d
- apparently dropbear now supports ed25519 keys so openssh isn't necessary anymore
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
touch /etc/config/defaults
|
|
|
|
/sbin/uci get defaults.version || /sbin/uci set defaults.version=version && \
|
|
/sbin/uci commit defaults
|