Skip to content

Commit fe2cf62

Browse files
Fix potential crash
1 parent aba788f commit fe2cf62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

t2linux-config/t2linux-config.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: t2linux-config
2-
Version: 13.1.0
3-
Release: 2%{?dist}
2+
Version: 13.2.0
3+
Release: 1%{?dist}
44
Summary: System configuration for linux on t2 macs.
55
License: MIT
66

@@ -34,7 +34,7 @@ install -D -m 644 99-network-t2-ncm.rules %{buildroot}/etc/udev/rules.d/99-netwo
3434
install -D -m 644 99-network-t2-ncm.conf %{buildroot}/etc/NetworkManager/conf.d/99-network-t2-ncm.conf
3535

3636
%post
37-
grubby --args="intel_iommu=on iommu=pt mem_sleep_default=s2idle pcie_ports=native" --update-kernel=ALL
37+
grubby --args="intel_iommu=on iommu=pt mem_sleep_default=s2idle pcie_ports=native" --update-kernel=ALL || true
3838

3939
%files
4040
/etc/modules-load.d/t2linux-modules.conf

0 commit comments

Comments
 (0)