mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-26 13:28:27 +00:00
fix update script
This commit is contained in:
@@ -1 +1,5 @@
|
||||
rpm.version(gh("openzfs/zfs").strip_prefix("zfs-"));
|
||||
let v = gh("openzfs/zfs");
|
||||
if v.starts_with("zfs-") {
|
||||
v.crop(4);
|
||||
rpm.version(v);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user