From c33525bb3a61364a013ddfdce9207c96bf1a9975 Mon Sep 17 00:00:00 2001 From: Daniele Rondina Date: Tue, 22 Oct 2019 11:22:11 +0200 Subject: [PATCH] Use sabayon-brokenlinks from develop branch --- script/post-update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/post-update.sh b/script/post-update.sh index f3d722b..761d677 100644 --- a/script/post-update.sh +++ b/script/post-update.sh @@ -36,10 +36,10 @@ export ETP_NONINTERACTIVE=1 check_brokenlinks () { - wget https://raw.githubusercontent.com/Sabayon/devkit/broken-links/sabayon-brokenlinks -O /usr/bin/sabayon-brokenlinks + https://raw.githubusercontent.com/Sabayon/devkit/develop/sabayon-brokenlinks -O /usr/bin/sabayon-brokenlinks chmod a+x /usr/bin/sabayon-brokenlinks - sabayon-brokenlinks --force-manual + sabayon-brokenlinks --force } # Upgrading packages