diff --git a/install.sh b/install.sh index b13ecc9..ef5c25b 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ FUNCTIONS_LIB_URL="https://raw.githubusercontent.com/oszuidwest/bash-functions/m # Constants FUNCTIONS_LIB_PATH="/tmp/functions.sh" CMDLINE_FILE="/boot/firmware/cmdline.txt" -VIDEO_OPTION="video=HDMI-A-1:1920x1080@50D video=HDMI-A-1:D consoleblank=1" +VIDEO_OPTION="video=HDMI-A-1:1920x1080@50D video=HDMI-A-1:D consoleblank=1 logo.nologo" # Remove old functions library and download the latest version rm -f "$FUNCTIONS_LIB_PATH"