We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcaf760 commit 303cf16Copy full SHA for 303cf16
.github/workflows/publish.yml
@@ -41,6 +41,5 @@ jobs:
41
env:
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
with:
44
- draft: true
45
tag_name: ${{ steps.package-version.outputs.version }}
46
name: Release ${{ steps.package-version.outputs.version }}
src/update-aarch64.sh
@@ -1,6 +1 @@
1
chmod +x src/update-linux.sh && src/update-linux.sh
2
-
3
-# sudo yum -y update
4
-# 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