Guard against changes in setup scripts location

This commit is contained in:
Lukas Stancik
2025-07-07 19:10:45 +00:00
parent 8acb73f65a
commit 5796b47f31
+2 -2
View File
@@ -175,8 +175,8 @@ __setup_wireless_client() {
rc-service iwd start
}
/sbin/setup-hostname <%= $hostname %>
/sbin/setup-timezone -z <%= $ROUTER_TIMEZONE %>
setup-hostname <%= $hostname %>
setup-timezone -z <%= $ROUTER_TIMEZONE %>
__setup_local_repositories