Skip to content

Commit

Permalink
adding pkg dep installer
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Nov 2, 2024
1 parent 2acb38b commit d7b7104
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions debian/install_pkg_build_deps.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

echo "Installing Debian package build dependencies"

apt-get update -qq

apt-get install -y \
python3 python3-dev python3-pip python3-venv python3-all \
dh-python debhelper devscripts dput software-properties-common \
python3-distutils python3-setuptools python3-wheel python3-stdeb \
dkms bc debmake build-essential linux-headers-generic
# dh-dkms doesn't seem to exist in Ubuntu?

0 comments on commit d7b7104

Please sign in to comment.