pve-kernel-thunderx/autobuild.sh

9 lines
217 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
2023-10-31 15:30:03 +00:00
rm build -rf
2023-10-31 03:14:45 +00:00
mkdir build && rsync -ra * build/
cd build
dpkg-buildpackage -b -us -uc