mirror of
https://gitea.com/mcereda/oam.git
synced 2026-03-03 23:44:25 +00:00
Imported scripts from private repository and enforced the naming convention
This commit is contained in:
9
scripts/opensuse/zfs.setup.sh
Normal file
9
scripts/opensuse/zfs.setup.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/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}
|
||||
Reference in New Issue
Block a user