Change Git URL to HTTPS
This means it no longer uses SSH to clone, but HTTPS instead.
parent
b24538b87a
commit
3f2bb11a6d
|
@ -13,7 +13,7 @@ sudo apt update && sudo apt upgrade
|
||||||
sudo apt install git cmake make xorg-dev g++ libcurl4-openssl-dev \
|
sudo apt install git cmake make xorg-dev g++ libcurl4-openssl-dev \
|
||||||
libavahi-compat-libdnssd-dev libssl-dev libx11-dev \
|
libavahi-compat-libdnssd-dev libssl-dev libx11-dev \
|
||||||
libqt4-dev qtbase5-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,
|
# this builds from master,
|
||||||
# you can get release tarballs instead
|
# you can get release tarballs instead
|
||||||
# if you want to build from a specific tag/release
|
# 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 \
|
sudo dnf install git cmake make gcc-c++ xorg-x11-server-devel \
|
||||||
libcurl-devel avahi-compat-libdns_sd-devel \
|
libcurl-devel avahi-compat-libdns_sd-devel \
|
||||||
libXtst-devel qt5 qt5-devel openssl-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,
|
# this builds from master,
|
||||||
# you can get release tarballs instead
|
# you can get release tarballs instead
|
||||||
# if you want to build from a specific tag/release
|
# if you want to build from a specific tag/release
|
||||||
|
|
Loading…
Reference in New Issue