2 cd "$(dirname "$
(readlink
-f "$0")")" ||
exit
4 echo "Update linux (mainline)"
5 COMMIT
=1 .
/update-mainline.py ||
echo "update-mainline failed with exit code $?"
8 COMMIT
=1 .
/update-rt.sh ||
echo "update-rt failed with exit code $?"
10 echo "Update linux-libre"
11 COMMIT
=1 .
/update-libre.sh ||
echo "update-libre failed with exit code $?"
13 echo "Update linux-hardened"
14 COMMIT
=1 .
/hardened
/update.py ||
echo "update-hardened failed with exit code $?"