aboutsummaryrefslogtreecommitdiff
path: root/build_repo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_repo.sh')
-rwxr-xr-xbuild_repo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_repo.sh b/build_repo.sh
index 8bbe5fd..89127c9 100755
--- a/build_repo.sh
+++ b/build_repo.sh
@@ -43,8 +43,8 @@ for d in *; do
[ -d .turris-sdk ] && cp -r $d .turris-sdk/package/
done
-[ -d .omnia-sdk ] && ./utils/opkg-trans-master.sh .omnia-sdk/package/
-[ -d .turris-sdk ] && ./utils/opkg-trans-master.sh .turris-sdk/package/
+[ -d .omnia-sdk ] && ./utils/updater-ng-auto.sh .omnia-sdk/package/
+[ -d .turris-sdk ] && ./utils/updater-ng-auto.sh .turris-sdk/package/
if [ -f CONFIG ]; then
echo -e "\e[1;34mApply CONFIG\e[0m"