We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd76bf commit 90a27d0Copy full SHA for 90a27d0
src/x86-ubuntu/scripts/post-installation.sh
@@ -41,7 +41,7 @@ rm /etc/update-motd.d/*
41
echo "Building and installing gem5-bridge (m5) and libm5"
42
43
# Just get the files we need
44
-git clone https://github.com/gem5/gem5.git --depth=1 --filter=blob:none --no-checkout --sparse --single-branch --branch=stable
+git clone https://github.com/nkrim/gem5.git --depth=1 --filter=blob:none --no-checkout --sparse --single-branch --branch=gem5-bridge
45
pushd gem5
46
# Checkout just the files we need
47
git sparse-checkout add util/m5
0 commit comments