Skip to content

Commit

Permalink
fix secure git url (#6896)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofTheo committed Mar 15, 2022
1 parent 42fa557 commit b935d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/linuxarmv7l/install.sh
Expand Up @@ -201,7 +201,7 @@ installRtAudio(){

installJunest(){
if [ ! -d ~/.local/share/junest ]; then
git clone git://github.com/fsquillace/junest ~/.local/share/junest
git clone https://github.com/fsquillace/junest ~/.local/share/junest
fi
export PATH=~/.local/share/junest/bin:$PATH
junest setup
Expand Down

0 comments on commit b935d52

Please sign in to comment.