Skip to content

Commit

Permalink
v6.20
Browse files Browse the repository at this point in the history
+ Minor text
  • Loading branch information
Daniel Knight committed Jan 11, 2019
1 parent 6e191c5 commit 3a13420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -4982,7 +4982,7 @@ _EOF_
# Kernel mismatch, reboot required before build.
if [[ $kernel_version_active != $(ls /lib/modules/) ]]; then

G_WHIP_MSG 'Wireguard:\n\nKernel update detected, a reboot is required before Wireguard module can be built with latest kernel.\n\nOnce the system has rebooted, reselect Wireguard for installation to continue.'
G_WHIP_MSG 'Wireguard:\n\nKernel update detected, a reboot is required before Wireguard module can be built with latest kernel.\n\nOnce the system has rebooted, please reselect "Wireguard" for installation in "DietPi-Software" to continue.'
aSOFTWARE_INSTALL_STATE[$software_id]=0

# Continue Wireguard install
Expand All @@ -5000,7 +5000,7 @@ If using "rpi-update" at a future date, you have two options:\n

# iptables required to forward incoming VPN traffic to internet interface
# qrencode required to create client config QR code on console
# Reinstall as this rebuilds the kernel modules each time.
# Reinstall as this rebuilds the kernel modules each time via (wireguard-dkms)
G_AGI --reinstall wireguard wireguard-dkms iptables qrencode

# Enable the kernel module | exit on failure
Expand Down

0 comments on commit 3a13420

Please sign in to comment.