Change Git URL to HTTPS

This means it no longer uses SSH to clone, but HTTPS instead.
Dom Rodriguez 2020-05-31 16:32:20 +01:00
parent b24538b87a
commit 3f2bb11a6d
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43
1 changed files with 2 additions and 2 deletions

@ -13,7 +13,7 @@ sudo apt update && sudo apt upgrade
sudo apt install git cmake make xorg-dev g++ libcurl4-openssl-dev \
libavahi-compat-libdnssd-dev libssl-dev libx11-dev \
libqt4-dev qtbase5-dev
git clone git@github.com:debauchee/barrier.git
git clone https://github.com/debauchee/barrier.git
# this builds from master,
# you can get release tarballs instead
# if you want to build from a specific tag/release
@ -29,7 +29,7 @@ sudo make install # installs to /usr/local/
sudo dnf install git cmake make gcc-c++ xorg-x11-server-devel \
libcurl-devel avahi-compat-libdns_sd-devel \
libXtst-devel qt5 qt5-devel openssl-devel
git clone git@github.com:debauchee/barrier.git
git clone https://github.com/debauchee/barrier.git
# this builds from master,
# you can get release tarballs instead
# if you want to build from a specific tag/release