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:
parent
3cab876224
commit
4fa5ec9dc5
@ -53,7 +53,7 @@
|
||||
- /mnt/downloads
|
||||
- /mnt/movies
|
||||
- /mnt/music
|
||||
- /mnt/old_backups
|
||||
# - /mnt/old_backups
|
||||
- /mnt/photos
|
||||
- /mnt/services
|
||||
- /mnt/stash
|
||||
@ -76,7 +76,7 @@
|
||||
- { path: /mnt/downloads, src: datapool/downloads }
|
||||
- { path: /mnt/movies, src: datapool/movies }
|
||||
- { path: /mnt/music, src: datapool/music }
|
||||
- { path: /mnt/old_backups, src: datapool/old_backups }
|
||||
# - { path: /mnt/old_backups, src: datapool/old_backups }
|
||||
- { path: /mnt/photos, src: datapool/photos }
|
||||
- { path: /mnt/services, src: datapool/services }
|
||||
- { path: /mnt/stash, src: datapool/stash }
|
||||
|
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user