diff options
| author | alex <alex@pdp7.net> | 2025-04-26 18:12:45 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-04-26 18:27:22 +0200 |
| commit | 63a77d4fcabe403ee6688384b4a71bc9dc81e737 (patch) | |
| tree | d21daf57ae96d7b1c8d564b81b02177c508becaa /scripts/p7s/zfs.py | |
| parent | 91e9af4495a9317b1186375f247324a72f0ee011 (diff) | |
Update scripts
- Remove Bitwarden download, ubpkg can do it
- Remove newsboat, zfs scripts
- Remove appdirs
- Migrate to new Bitwarden server
- Some fixes
Diffstat (limited to 'scripts/p7s/zfs.py')
| -rw-r--r-- | scripts/p7s/zfs.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/p7s/zfs.py b/scripts/p7s/zfs.py deleted file mode 100644 index d51ff17c..00000000 --- a/scripts/p7s/zfs.py +++ /dev/null @@ -1,6 +0,0 @@ -import subprocess - - -def update_zfs(): - version = subprocess.run(["rpm", "-q", "zfs-dkms", '--queryformat=%{VERSION}'], check=True, stdout=subprocess.PIPE, encoding="utf8").stdout - subprocess.run(["sudo", "dkms", "install", f"zfs/{version}"], check=True) |
