bc is not actually required when installing via DKMS

This commit is contained in:
Orazio 2019-12-29 18:35:37 +01:00
parent a561607272
commit a6087f8bda

View file

@ -926,7 +926,7 @@ installWireGuard(){
elif [ "$(uname -m)" = "armv6l" ]; then elif [ "$(uname -m)" = "armv6l" ]; then
echo "::: Installing WireGuard from source... " echo "::: Installing WireGuard from source... "
PIVPN_DEPS=(checkinstall dkms libmnl-dev libelf-dev raspberrypi-kernel-headers build-essential pkg-config qrencode jq bc) PIVPN_DEPS=(checkinstall dkms libmnl-dev libelf-dev raspberrypi-kernel-headers build-essential pkg-config qrencode jq)
installDependentPackages PIVPN_DEPS[@] installDependentPackages PIVPN_DEPS[@]
# Delete any leftover code # Delete any leftover code