From 17821460bba7cb5e55d551b88f9b2ec47729e34d Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 2 Oct 2020 16:31:14 +0200 Subject: [PATCH] Added correct module setup --- conf.sh | 3 +++ preconf.sh | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/conf.sh b/conf.sh index 4bf6b3a..23a32d6 100644 --- a/conf.sh +++ b/conf.sh @@ -1,2 +1,5 @@ +#module setup +mrepo= +mbranch= # This script will be run after package manager installs packages echo "running conf.sh" diff --git a/preconf.sh b/preconf.sh index 36e94a3..916d941 100644 --- a/preconf.sh +++ b/preconf.sh @@ -1,2 +1,6 @@ +#module setup +mrepo= +mbranch= +# This script will be run af # This script will be run before package manager installs packages echo "running preconf.sh"