Skip to content

Commit

Permalink
minor fix wireguard
Browse files Browse the repository at this point in the history
  • Loading branch information
outdoorbits committed Jan 15, 2024
1 parent cd07b08 commit 8c50e85
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions install-little-backup-box.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ sudo DEBIAN_FRONTEND=noninteractive \
-o "Dpkg::Options::=--force-confold" \
-o "Dpkg::Options::=--force-confdef" \
install -y -q --allow-downgrades --allow-remove-essential --allow-change-held-packages \
acl git screen rsync exfat-fuse exfatprogs ntfs-3g acl bindfs gphoto2 libimage-exiftool-perl php php-cli samba samba-common-bin vsftpd imagemagick curl dos2unix libimobiledevice6 ifuse sshpass apache2 apache2-utils libapache2-mod-php bc f3 sqlite3 php-sqlite3 ffmpeg libheif-examples libraw-bin openvpn wireguard hfsprogs fuse3 python3 python3-pip python3-pil python3-configobj python3-gpiozero python3-qrcode
acl git screen rsync exfat-fuse exfatprogs ntfs-3g acl bindfs gphoto2 libimage-exiftool-perl php php-cli samba samba-common-bin vsftpd imagemagick curl dos2unix libimobiledevice6 ifuse sshpass apache2 apache2-utils libapache2-mod-php bc f3 sqlite3 php-sqlite3 ffmpeg libheif-examples libraw-bin openvpn wireguard openresolv hfsprogs fuse3 python3 python3-pip python3-pil python3-configobj python3-gpiozero python3-qrcode

# Remove packages not needed anymore
if [ "${SCRIPT_MODE}" = "update" ]; then
Expand Down Expand Up @@ -593,18 +593,6 @@ fi
# post-install-information
IP=$(python3 "${const_WEB_ROOT_LBB}/lib_network.py" ip)

# install resolvconf, needed by wireguard
sudo DEBIAN_FRONTEND=noninteractive \
apt \
-o "Dpkg::Options::=--force-confold" \
-o "Dpkg::Options::=--force-confdef" \
install -y -q --allow-downgrades --allow-remove-essential --allow-change-held-packages \
resolvconf

## remove resolvconf config
sudo systemctl disable resolvconf
sudo rm /etc/resolvconf/resolv.conf.d/*

echo ""
echo "********************************************************************************************"
echo "*** How to proceed:"
Expand Down

0 comments on commit 8c50e85

Please sign in to comment.