mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 03:26:21 +00:00
Merge pull request #633 from sirdiego/master
updated intaller to clone libmsode over https
This commit is contained in:
@@ -77,7 +77,7 @@ install_lib_mesode()
|
||||
echo
|
||||
echo Profanity installer... installing libmesode
|
||||
echo
|
||||
git clone git@github.com:boothj5/libmesode.git
|
||||
git clone https://github.com/boothj5/libmesode.git
|
||||
cd libmesode
|
||||
./bootstrap.sh
|
||||
./configure --prefix=$1
|
||||
@@ -117,7 +117,7 @@ cyg_install_lib_mesode()
|
||||
echo
|
||||
echo Profanity installer... installing libmesode
|
||||
echo
|
||||
git clone git@github.com:boothj5/libmesode.git
|
||||
git clone https://github.com/boothj5/libmesode.git
|
||||
cd libmesode
|
||||
./bootstrap.sh
|
||||
./bootstrap.sh # second call seems to fix problem on cygwin
|
||||
|
||||
Reference in New Issue
Block a user