|
Server : LiteSpeed System : Linux host 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64 User : idnco5810 ( 1093) PHP Version : 8.2.29 Disable Function : NONE Directory : /usr/sbin/ |
Upload File : |
#! /bin/sh set -e mkdir -p /boot/grub for x in /usr/share/grub-gfxpayload-lists/blacklist/*; do case $x in *~|*/\#*\#|*.dpkg-*) continue ;; esac [ -e "$x" ] || continue cat "$x" done >/boot/grub/gfxblacklist.txt.new mv /boot/grub/gfxblacklist.txt.new /boot/grub/gfxblacklist.txt exit 0