From 334b616d6ffa20d69797b170e5942f4184dea4de Mon Sep 17 00:00:00 2001 From: David Harris Date: Fri, 14 Jun 2024 02:52:27 -0700 Subject: [PATCH] Removed redundant apt-get line --- bin/wally-tool-chain-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/wally-tool-chain-install.sh b/bin/wally-tool-chain-install.sh index 44ff08aee..cf2ff9cce 100755 --- a/bin/wally-tool-chain-install.sh +++ b/bin/wally-tool-chain-install.sh @@ -112,7 +112,6 @@ make install # Verilator needs to be built from scratch to get the latest version # apt-get install verilator installs version 4.028 as of 6/8/23 sudo apt-get install -y perl g++ ccache help2man libgoogle-perftools-dev numactl perl-doc zlib1g -sudo apt-get install -y perl g++ ccache help2man libgoogle-perftools-dev numactl perl-doc zlib1g cd $RISCV git clone https://github.com/verilator/verilator # Only first time # unsetenv VERILATOR_ROOT # For csh; ignore error if on bash