Build with sudo too, if needed

This commit is contained in:
Joshua Boniface 2019-09-07 12:32:21 -04:00
parent 0c9d6db14f
commit 3942f21f11
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ HOSTS=( ${@} )
echo "${HOSTS[@]}"
# Build the packages
./build-deb.sh
$SUDO ./build-deb.sh
# Install the client(s) locally
$SUDO dpkg -i ../pvc-client*.deb