mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 10:44:36 +00:00
6 lines
179 B
Bash
Executable File
6 lines
179 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd "$(dirname "$(readlink -f "$0")")" || exit
|
|
|
|
echo "Update linux (mainline)"
|
|
COMMIT=1 ./update-mainline.py || echo "update-mainline failed with exit code $?"
|