Quellcode durchsuchen

dracut: use .org website, use https

Cameron Nemo vor 6 Jahren
Ursprung
Commit
d2c6fdf1a7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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" \