Kaynağa Gözat

Update kernel-clean-v3.sh

tteckster 3 yıl önce
ebeveyn
işleme
ea5b2d9001
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      misc/kernel-clean-v3.sh

+ 1 - 1
misc/kernel-clean-v3.sh

@@ -94,7 +94,7 @@ msg_ok "Kernel Search Completed\n"
     read -p "Would you like to remove the $(echo $remove_kernels | awk '{print NF}') selected Kernels listed above? [y/n]: " -n 1 -r
     read -p "Would you like to remove the $(echo $remove_kernels | awk '{print NF}') selected Kernels listed above? [y/n]: " -n 1 -r
         echo
         echo
       if [[ $REPLY =~ ^[Yy]$ ]]; then
       if [[ $REPLY =~ ^[Yy]$ ]]; then
-        msg_info "Removing ${CL}${RD}$(echo $remove_kernels | awk '{print NF}') ${CL}${YW}old Kernels...${CL}"
+        msg_info "Removing ${CL}${RD}$(echo $remove_kernels | awk '{print NF}') ${CL}${YW}old Kernels${CL}"
         /usr/bin/apt purge -y $remove_kernels > /dev/null 2>&1
         /usr/bin/apt purge -y $remove_kernels > /dev/null 2>&1
         msg_ok "Successfully Removed Kernels"
         msg_ok "Successfully Removed Kernels"
         msg_info "Updating GRUB"
         msg_info "Updating GRUB"