From 8b297455a580260c50cf6d9d8e11c5952cb32b9b Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 15 Jun 2018 08:56:23 +0200 Subject: [PATCH] core122: remove arm check The update will not pushed to old arm trees so the check is useless Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/122/update.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/rootfiles/core/122/update.sh b/config/rootfiles/core/122/update.sh index 4c2e56e06e..afd4aecdc4 100644 --- a/config/rootfiles/core/122/update.sh +++ b/config/rootfiles/core/122/update.sh @@ -39,13 +39,6 @@ for (( i=1; i<=$core; i++ )); do rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire done -# This update cannot be applied on ARM -case "$(uname -a)" in - arm*) - exit_with_error "ERROR: Cannot update on ARM. Please re-install." 1 - ;; -esac - # Do some sanity checks. case $(uname -r) in *-ipfire*) -- 2.39.5