From d19d63740a654fc891edac1beb5da7fc164aa5a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 15 Nov 2023 13:04:42 +0100 Subject: [PATCH] Readd urpmi setup --- cook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cook b/cook index c3d1a4f..5b50b50 100755 --- a/cook +++ b/cook @@ -11,7 +11,7 @@ cat config/*.conf | perl -pne 'if (/^#/) {undef $_;} else {s/^/export /;}' >> li . lib/config.sh # Configure urpmi -#. lib/urpmi.sh +. lib/urpmi.sh # Install rpm . lib/install.sh -- 2.41.0