We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88eaa7d commit bcaf760Copy full SHA for bcaf760
src/update-aarch64.sh
@@ -1,4 +1,6 @@
1
-sudo yum -y update
2
-sudo yum -y --nobest --allowerasing install tuned tuned-profiles-oci
3
-sudo yum -y --nobest --allowerasing install cmake mesa-libGL-devel libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel
4
-sudo yum -y --nobest --allowerasing install wayland-devel libxkbcommon-devel
+chmod +x src/update-linux.sh && src/update-linux.sh
+
+# sudo yum -y update
+# sudo yum -y --nobest --allowerasing install tuned tuned-profiles-oci
5
+# sudo yum -y --nobest --allowerasing install cmake mesa-libGL-devel libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel
6
+# sudo yum -y --nobest --allowerasing install wayland-devel libxkbcommon-devel
0 commit comments