6 lines
200 B
Bash
6 lines
200 B
Bash
#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"
|