Skip to content

Commit 46ea238

Browse files
committed
use util-linux package instead of setpriv on Ubuntu 16.04
- Reported by @HueyGeek Fixes hestiacp#699
1 parent 1f91d7d commit 46ea238

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/hst-install-ubuntu.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,10 @@ if [ -d "$withdebs" ]; then
789789
software=$(echo "$software" | sed -e "s/hestia//")
790790
fi
791791

792+
if [ "$release" = '16.04' ]; then
793+
software=$(echo "$software" | sed -e "s/setpriv/util-linux/")
794+
fi
795+
792796
#----------------------------------------------------------#
793797
# Disable Apparmor on LXC #
794798
#----------------------------------------------------------#

0 commit comments

Comments
 (0)