Browse Source

dracut: use .org website, use https

Cameron Nemo 6 years ago
parent
commit
d2c6fdf1a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dracut/netmenu/netmenu.sh

+ 1 - 1
dracut/netmenu/netmenu.sh

@@ -1,7 +1,7 @@
 #!/bin/sh
 
 dialog --colors --keep-tite --no-shadow --no-mouse \
-       --backtitle "\Zb\Z7Void Linux installation -- http://www.voidlinux.eu/\Zn" \
+       --backtitle "\Zb\Z7Void Linux installation -- https://www.voidlinux.org\Zn" \
        --cancel-label "Reboot" --aspect 20 \
        --menu "Select an Action:" 10 50 2 \
        "Install" "Run void-installer" \