rustdesk-flutter: add pipewire gstreame plugin (#379587)
[NixPkgs.git] / pkgs / os-specific / linux / kernel / update.sh
blob37e1cc1a5cd4b51c48642d776b77984588018ada
1 #!/usr/bin/env bash
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 $?"
7 echo "Update linux-rt"
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 $?"