Skip to content

Commit

Permalink
Fix another styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ann0see authored Nov 23, 2023
1 parent 5a49e76 commit 3cd1140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/setup_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ KEY_FILE=/etc/apt/trusted.gpg.d/jamulus.asc
GITHUB_REPOSITORY="jamulussoftware/jamulus"

echo "Setting up Jamulus repo at ${REPO_FILE}..."
echo "deb https://github.com/${GITHUB_REPOSITORY}/releases/latest/download/ ./" >${REPO_FILE}
echo "deb https://github.com/${GITHUB_REPOSITORY}/releases/latest/download/ ./" > ${REPO_FILE}
echo "Installing Jamulus GPG key at ${KEY_FILE}..."
curl --fail --show-error -sLo "${KEY_FILE}" https://github.com/${GITHUB_REPOSITORY}/releases/latest/download/key.asc

Expand Down

0 comments on commit 3cd1140

Please sign in to comment.