feat: comment out old backups in ZFS configuration and update compatibility check for Debian
Some checks failed
Nix Format Check / check-format (push) Has been cancelled

This commit is contained in:
2025-03-12 10:49:03 +01:00
parent 3cab876224
commit 4fa5ec9dc5
2 changed files with 4 additions and 6 deletions

View File

@@ -406,10 +406,8 @@ check_compatibility() {
log_success "Detected Ubuntu. Proceeding with setup..."
check_command_availibility "apt"
;;
Arch*)
log_warning "Detected Arch Linux. Setup has not been tested on Arch Linux."
log_warning "Proceed at your own risk..."
check_command_availibility "pacman"
Debian*)"
check_command_availibility "apt"
;;
*)
die "Unsupported distribution: $distro"