diff options
-rwxr-xr-x | templates/turris4x.run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run index bcdd7f1..4735755 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -38,6 +38,7 @@ cd openwrt echo_stage "Add our repository as feed" echo "src-git personal git@cynerd.cz:openwrt-personal-pkgs" >> feeds.conf ./scripts/feeds update personal +./scripts/feeds uninstall $(./scripts/feeds list -r personal | awk '{print $1}') ./scripts/feeds install -p personal -d y -f -a echo_stage "Compile packages from personal feed" |