From c464f01d5840e2755a71372b1ffbc8eafd2d13cf Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Wed, 1 Sep 2021 21:48:46 +0200 Subject: [PATCH] [docs] Update FreeBSD script to not install systemd files --- scripts/freebsd_install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/freebsd_install.sh b/scripts/freebsd_install.sh index ed8b5573..f569b692 100644 --- a/scripts/freebsd_install.sh +++ b/scripts/freebsd_install.sh @@ -89,14 +89,10 @@ if [ "$yn" = "y" ]; then export CFLAGS="-march=native -g -I/usr/local/include -I/usr/include" export LDFLAGS="-L/usr/local/lib -L/usr/lib" - ./configure && gmake + ./configure --disable-install-systemd && gmake read -p "Should the script install owntone and add service startup scripts? [y/N] " yn if [ "$yn" = "y" ]; then - if [ -f $CONFIG ]; then - echo "Backing up old config file to $CONFIG.bak" - sudo cp "$CONFIG" "$CONFIG.bak" - fi sudo gmake install sudo sed -i -- 's/\/var\/cache/\/usr\/local\/var\/cache/g' $CONFIG