This change fixes the typo in the shebang of the update scripts.
@@ -1,4 +1,4 @@
-#1/bin/bash
+#!/bin/bash
# Script to check for new kernel release
set -e
set -o pipefail
# Script to prepare update for new kernel release