From 0298ee479efbe7823fe477ccd041699f2045280f Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Fri, 28 Jun 2024 23:25:44 -0700 Subject: [PATCH] Install working on Rocky 8 + 9 and Ubuntu 22 + 24 --- bin/wally-tool-chain-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/wally-tool-chain-install.sh b/bin/wally-tool-chain-install.sh index a5f163ed6..5cef88b29 100755 --- a/bin/wally-tool-chain-install.sh +++ b/bin/wally-tool-chain-install.sh @@ -404,4 +404,4 @@ if [ ! -e "${RISCV}"/site-setup.sh ]; then if [ "$FAMILY" = rhel ]; then echo "source /opt/rh/gcc-toolset-13/enable" >> site-setup.sh fi -fi \ No newline at end of file +fi