lutris/.github/scripts/install-ubuntu-generic.sh
Amy Gauna bd9aef3aad Update Publish Lutris PPA Workflow
* Split the workflow out into a reusable workflow.
* Call the release PPA workflow only on GitHub release publications.
* Call the staging PPA workflow on all GitHub release & prerelease publications.
* Clean up comments, and make them a bit more consistent.
* Add autoincrement logic to the PPA version number when the version we're building already exists on the target PPA.
* Build Lunar and Kinetic packages on Jammy since GitHub only has LTS Ubuntu runners.
2023-01-04 11:44:01 -08:00

14 lines
256 B
Bash
Executable file

#!/bin/bash
# Default dependencies needed on a fresh install of ubuntu in order to
# build the lutris package.
sudo apt update
sudo apt install \
debhelper \
debmake \
devscripts \
dh-python \
meson \
equivs \
git-buildpackage