Move pkg step after network stack teardown & rebuild.

This commit is contained in:
S David 2023-01-28 07:14:50 +00:00
parent 1f93e5845e
commit 624f0d3daa

View File

@ -7,7 +7,6 @@ CP etc /
RENDER /etc/rc.conf.local
RENDER /etc/ssh/sshd_config
PKG git vim mosh
CMD ssh-keygen -A
SERVICE routing stop
@ -15,3 +14,5 @@ SERVICE netif restart
SERVICE routing restart
SERVICE sshd restart
CMD passwd root
PKG git vim mosh