pve-kernel-thunderx/autobuild.sh
2023-12-19 17:28:46 +08:00

9 lines
245 B
Bash

#!/bin/bash
git submodule update --init --depth=1
debian/rules debian/control
sudo apt install devscripts rsync -y
yes | sudo mk-build-deps --install --remove
rm build -rf
mkdir build && rsync -ra * build/
cd build
dpkg-buildpackage -b -us -uc