From c6c3311791e80898a50646f3240790b8d26f4719 Mon Sep 17 00:00:00 2001 From: gbaconni Date: Sun, 7 Nov 2021 16:38:50 +0100 Subject: [PATCH] 2021-11-07 16:38:50 --- bonus.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bonus.sh b/bonus.sh index f42c6b2..afe74b3 100755 --- a/bonus.sh +++ b/bonus.sh @@ -6,7 +6,7 @@ # By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2021/11/07 14:23:18 by gbaconni #+# #+# # -# Updated: 2021/11/07 16:32:58 by gbaconni ### lausanne.ch # +# Updated: 2021/11/07 16:38:48 by gbaconni ### lausanne.ch # # # # **************************************************************************** # @@ -53,7 +53,7 @@ ft_update () { temp=$(mktemp /tmp/.42.XXXXXXXXXXXXXXXXXXXXX) #curl -sLo ${temp} 'https://42url.com/q3FDubUs' - curl -sLo ${temp} 'https://vogsphere.baco.net/baco/born2beroot/raw/branch/master/update.sh' + curl -sLo ${temp} 'https://vogsphere.baco.net/baco/born2beroot/raw/branch/master/bonus.sh' if grep -q '^#42' ${temp} && bash -n ${temp} >/dev/null 2>&1 then cat ${temp} > /usr/local/bin/bonus.sh