mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
9 lines
170 B
Bash
Executable File
9 lines
170 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Building root image"
|
|
|
|
DIR=$(dirname `readlink -f $0`)
|
|
. $DIR/../testing.conf
|
|
|
|
$DIR/build-strongswan --all --replace --no-guests --tarball $SWANVERSION
|