Added correct module setup
This commit is contained in:
3
conf.sh
3
conf.sh
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user