8 lines
165 B
Bash
Executable File
8 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
OPTS="--allow-internet-access-and-risk-tracing-and-jail-or-martyrdom"
|
|
installmgr $OPTS -init
|
|
installmgr $OPTS -sc
|
|
installmgr $OPTS -r CrossWire
|