debian-image-builder-frontend/schutzbot/make_rpm_and_install.sh
Sanne Raymaekers 747b718933 schutzbot: add basic schutzbot structure
Simply builds the rpm and installs it.
2025-02-24 13:38:05 +01:00

12 lines
159 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
sudo dnf install -y \
nodejs-npm \
libappstream-glib
npm ci
make rpm
sudo dnf install -y rpmbuild/RPMS/noarch/*rpm