pve-kernel-thunderx/autobuild.sh

8 lines
204 B
Bash
Raw Normal View History

2023-10-31 03:14:45 +00:00
#!/bin/bash
sudo apt install devscripts rsync -y
yes | sudo mk-build-deps --install --remove
git submodule update --init --depth=1
mkdir build && rsync -ra * build/
cd build
dpkg-buildpackage -b -us -uc