mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
10 lines
253 B
Bash
Executable File
10 lines
253 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# sources:
|
|
# - https://en.opensuse.org/OpenZFS
|
|
|
|
sudo zypper addrepo --refresh https://download.opensuse.org/repositories/filesystems/openSUSE_Tumbleweed/filesystems.repo
|
|
sudo zypper install --no-confirm zfs
|
|
|
|
chsh --shell $(which zsh) ${USER}
|