Skip to content

Commit

Permalink
update gcc tc
Browse files Browse the repository at this point in the history
  • Loading branch information
eebssk1 committed Jun 6, 2024
1 parent 414b2e7 commit c2a5114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ curl -L https://gitlab.com/xanmod/linux/-/archive/$(cat version)-xanmod1.tar.bz2


if [ x$2 = xgcc ]; then
curl -L https://github.com/eebssk1/aio_tc_build/releases/download/d41b0fe5/x86_64-linux-gnu-native.tb2 | tar --bz -xf -
curl -L https://github.com/eebssk1/aio_tc_build/releases/download/a97d51c6/x86_64-linux-gnu-native.tb2 | tar --bz -xf -
mv x86_64-linux-gnu /opt/newcc
chown -R root:root /opt/newcc
else
Expand Down

0 comments on commit c2a5114

Please sign in to comment.