File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 cp feeds.conf.default openwrt/feeds.conf.default
1313 ln -s ../conf/.config openwrt/.config
1414 ln -s ../conf/files openwrt/files
15- docker- compose run --rm chirpstack-gateway-os openwrt/scripts/feeds update -a
16- docker- compose run --rm chirpstack-gateway-os openwrt/scripts/feeds install -a
17- docker- compose run --rm chirpstack-gateway-os quilt init
15+ docker compose run --rm chirpstack-gateway-os openwrt/scripts/feeds update -a
16+ docker compose run --rm chirpstack-gateway-os openwrt/scripts/feeds install -a
17+ docker compose run --rm chirpstack-gateway-os quilt init
1818
1919# Update OpenWrt + package feeds.
2020update :
@@ -26,7 +26,7 @@ update:
2626
2727# Activate the devshell.
2828devshell :
29- docker- compose run --rm chirpstack-gateway-os bash
29+ docker compose run --rm chirpstack-gateway-os bash
3030
3131# Switch configuration environment.,
3232# Note: execute this within the devshell.
You can’t perform that action at this time.
0 commit comments