Build with sudo too, if needed
This commit is contained in:
parent
0c9d6db14f
commit
3942f21f11
|
@ -16,7 +16,7 @@ HOSTS=( ${@} )
|
||||||
echo "${HOSTS[@]}"
|
echo "${HOSTS[@]}"
|
||||||
|
|
||||||
# Build the packages
|
# Build the packages
|
||||||
./build-deb.sh
|
$SUDO ./build-deb.sh
|
||||||
|
|
||||||
# Install the client(s) locally
|
# Install the client(s) locally
|
||||||
$SUDO dpkg -i ../pvc-client*.deb
|
$SUDO dpkg -i ../pvc-client*.deb
|
||||||
|
|
Loading…
Reference in New Issue