Adding upstream version 4.3+20241108.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3ea4f9a80b
commit
07a108cefd
64 changed files with 2015 additions and 1768 deletions
4
.github/tools/install_ubuntu_packages.sh
vendored
4
.github/tools/install_ubuntu_packages.sh
vendored
|
@ -7,6 +7,6 @@ echo "Detected VERSION_CODENAME: $VERSION_CODENAME"
|
|||
sudo add-apt-repository -y "deb [arch=amd64] http://archive.ubuntu.com/ubuntu $VERSION_CODENAME \
|
||||
main universe"
|
||||
# Install gcc
|
||||
sudo apt-get -y update && sudo apt-get -y install gcc-$1
|
||||
sudo apt-get -y install gcc-$1 --no-upgrade --no-install-recommends --no-install-suggests
|
||||
# Install dependencies
|
||||
sudo apt-get -y install make gcc libudev-dev devscripts
|
||||
sudo apt-get -y install make gcc libudev-dev devscripts --no-upgrade --no-install-recommends --no-install-suggests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue