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
Some checks failed
Nix Format Check / check-format (push) Has been cancelled
This commit is contained in:
6
setup.sh
6
setup.sh
@@ -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"
|
||||
|
Reference in New Issue
Block a user