Skip to content

Commit

Permalink
Merge pull request #57 from Samueru-sama/patch-2
Browse files Browse the repository at this point in the history
update debloated llvm url
  • Loading branch information
ivan-hc authored Feb 13, 2025
2 parents 25812e0 + 9d61c3a commit 589eb38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions steam-runimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ run_install() {
yes|pac -S glibc-eac lib32-glibc-eac

echo '== install debloated llvm for space saving (optionally)'
LLVM=$(wget --retry-connrefused --tries=30 https://api.github.com/repos/Samueru-sama/llvm-libs-debloated/releases -O - \
| sed 's/[()",{} ]/\n/g' | grep -oi "https.*minimal.pkg.tar.zst$" | head -1)
LLVM="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/llvm-libs-mini-x86_64.pkg.tar.zst"
wget --retry-connrefused --tries=30 "$LLVM" -O ./llvm-libs.pkg.tar.zst
pac -U --noconfirm ./llvm-libs.pkg.tar.zst
rm -f ./llvm-libs.pkg.tar.zst
Expand Down

0 comments on commit 589eb38

Please sign in to comment.