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