Skip to content

Commit

Permalink
Correct script
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterAdams-A committed Nov 1, 2024
1 parent c9b1143 commit 254a112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gha_run_unit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ then
fi

printf '#!/bin/sh\nexit 0' > /usr/sbin/policy-rc.d
echo \"deb [signed-by=/etc/apt/keyrings/apache-cassandra.asc] https://debian.cassandra.apache.org 41x main\" | tee -a /etc/apt/sources.list.d/cassandra.sources.list
echo "deb [signed-by=/etc/apt/keyrings/apache-cassandra.asc] https://debian.cassandra.apache.org 41x main" | tee -a /etc/apt/sources.list.d/cassandra.sources.list
curl -o /etc/apt/keyrings/apache-cassandra.asc https://downloads.apache.org/cassandra/KEYS
apt-get update
apt install -y -q default-jre
Expand Down

0 comments on commit 254a112

Please sign in to comment.