Added correct module setup

This commit is contained in:
2020-10-02 16:31:14 +02:00
parent b9306c9e7e
commit 17821460bb
2 changed files with 7 additions and 0 deletions

View File

@@ -1,2 +1,5 @@
#module setup
mrepo=<Put your repo here https://git.ictmaatwerk.com/user/MyAwesomeModule>
mbranch=<branchname>
# This script will be run after package manager installs packages
echo "running conf.sh"

View File

@@ -1,2 +1,6 @@
#module setup
mrepo=<Put your repo here https://git.ictmaatwerk.com/user/MyAwesomeModule>
mbranch=<branchname>
# This script will be run af
# This script will be run before package manager installs packages
echo "running preconf.sh"