'Generic Commit'
Some checks failed
Build-Test-Publish / build (push) Successful in 3s
dropshell-build / build (push) Failing after 1m10s

This commit is contained in:
Your Name 2025-06-01 13:14:58 +12:00
parent 6e0c9e830a
commit 9918607f74

View File

@ -40,6 +40,14 @@ function version() {
# ----------------------------------------------------------------------------------------------------------
function check_packages() {
if [ -f /etc/os-release ]; then
. /etc/os-release
OS=$NAME
# VER=$VERSION_ID
else
print_error "Could not detect distribution"
exit 1
fi
# Define packages based on distribution
case $OS in