dropshell release 2025.0526.2221
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled

This commit is contained in:
Your Name
2025-05-26 22:21:39 +12:00
parent 4035538ba5
commit 3dc82c682c
6 changed files with 73 additions and 49 deletions

View File

@@ -41,7 +41,7 @@ print_status "Detected OS: $OS $VER"
case $OS in
"Ubuntu"|"Debian GNU/Linux")
# Common packages for both Ubuntu and Debian
PACKAGES="cmake make g++ devscripts debhelper"
PACKAGES="cmake make g++ devscripts debhelper build-essential upx"
;;
*)
print_error "Unsupported distribution: $OS"