Skip to content

Commit

Permalink
code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
outdoorbits committed Dec 30, 2024
1 parent 228a207 commit 9d459a8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions install-little-backup-box.sh
Original file line number Diff line number Diff line change
Expand Up @@ -571,22 +571,6 @@ sudo service vsftpd restart
# setup graphical environment
source "${INSTALLER_DIR}/setup-graphical-environment.sh"

# eth0 settings: use IPv4, not IPv6
# echo "[Unit]
# Description=DHCP Client on eth0
# After=network.target
#
# [Service]
# Type=simple
# ExecStart=/sbin/dhclient -4 -d eth0
# Restart=always
#
# [Install]
# WantedBy=multi-user.target" | sudo tee /etc/systemd/system/dhclient-eth0.service
#
# sudo systemctl enable dhclient-eth0
# sudo systemctl start dhclient-eth0

# install comitup
if [ "${SCRIPT_MODE}" = "install" ] || [ "${CHOICE_COMITUP}" = "0" ]; then

Expand Down

0 comments on commit 9d459a8

Please sign in to comment.