mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
5 lines
186 B
Bash
5 lines
186 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
rpm_url="https://github.com/surge-synthesizer/releases-xt/releases/download/1.3.4/surge-xt-x86_64-1.3.4.rpm"
|
|
dnf install -y --nogpgcheck "$rpm_url"
|