Sfoglia il codice sorgente

Update edge-kernel.sh

tteckster 3 anni fa
parent
commit
09cff9fcda
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      misc/edge-kernel.sh

+ 1 - 1
misc/edge-kernel.sh

@@ -6,7 +6,7 @@ PVE_KERNEL=$(dpkg --list| grep 'kernel-.*-pve' | awk '{print substr($2, 12, leng
 EDGE_KERNEL=$(dpkg --list| grep 'kernel-.*-edge' | awk '{print substr($2, 12, length($2)-1) }' | tac | head -n 1)
 EDGE_KERNEL=$(dpkg --list| grep 'kernel-.*-edge' | awk '{print substr($2, 12, length($2)-1) }' | tac | head -n 1)
 clear
 clear
 while true; do
 while true; do
-    read -p "THIS IS A PROXMOX EDGE KERNEL TOOL, USE AT YOUR OWN RISK. Proceed(y/n)?" yn
+    read -p "This is a Proxmox Edge Kernel Tool, USE AT YOUR OWN RISK. Proceed(y/n)?" yn
     case $yn in
     case $yn in
         [Yy]* ) break;;
         [Yy]* ) break;;
         [Nn]* ) exit;;
         [Nn]* ) exit;;