Updating based on tips from @techman83
This commit is contained in:
parent
fe62ac71f4
commit
b1d519b6e7
2
build.sh
2
build.sh
|
@ -47,4 +47,4 @@ done
|
|||
echo "Installed mods:"
|
||||
mono --debug ckan.exe list --porcelain
|
||||
|
||||
perl -e'@installed = `mono --debug ckan.exe list --porcelain`; foreach (@installed) { /^\S\s(?<mod>\S+)/ and system("mono --debug ckan.exe show $+{mod}\n\n"); } exit 0;'
|
||||
perl -e'@installed = `mono --debug ckan.exe list --porcelain`; foreach (@installed) { /^\S\s(?<mod>\S+)/ and system("mono --debug ckan.exe show $+{mod}"); print "\n\n"; } exit 0;'
|
||||
|
|
Loading…
Reference in New Issue