You've already forked docker-bitlbee
Merge pull request #9 from raidancampbell/patch-1
Bump bitlbee-facebook to receive bugfixes
This commit is contained in:
8
build.sh
8
build.sh
@@ -10,7 +10,7 @@ cd
|
|||||||
curl -LO# https://get.bitlbee.org/src/bitlbee-$BITLBEE_VERSION.tar.gz
|
curl -LO# https://get.bitlbee.org/src/bitlbee-$BITLBEE_VERSION.tar.gz
|
||||||
curl -LO# https://github.com/EionRobb/skype4pidgin/archive/1.7.tar.gz
|
curl -LO# https://github.com/EionRobb/skype4pidgin/archive/1.7.tar.gz
|
||||||
curl -LO# https://github.com/majn/telegram-purple/releases/download/v1.4.3/telegram-purple_1.4.3.orig.tar.gz
|
curl -LO# https://github.com/majn/telegram-purple/releases/download/v1.4.3/telegram-purple_1.4.3.orig.tar.gz
|
||||||
curl -LO# https://github.com/bitlbee/bitlbee-facebook/archive/v1.2.0.tar.gz
|
curl -LO# https://github.com/bitlbee/bitlbee-facebook/archive/v1.2.1.tar.gz
|
||||||
git clone https://github.com/EionRobb/purple-hangouts.git
|
git clone https://github.com/EionRobb/purple-hangouts.git
|
||||||
git clone https://alexschroeder.ch/cgit/bitlbee-mastodon
|
git clone https://alexschroeder.ch/cgit/bitlbee-mastodon
|
||||||
git clone https://github.com/EionRobb/purple-rocketchat.git
|
git clone https://github.com/EionRobb/purple-rocketchat.git
|
||||||
@@ -46,8 +46,8 @@ make install
|
|||||||
|
|
||||||
# bitlbee-facebook
|
# bitlbee-facebook
|
||||||
cd
|
cd
|
||||||
tar zxvf v1.2.0.tar.gz
|
tar zxvf v1.2.1.tar.gz
|
||||||
cd bitlbee-facebook-1.2.0
|
cd bitlbee-facebook-1.2.1
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
@@ -125,7 +125,7 @@ rm -fr /root/build.sh
|
|||||||
rm -fr $BITLBEE_VERSION*
|
rm -fr $BITLBEE_VERSION*
|
||||||
rm -fr 1.7.tar.gz skype4pidgin-*
|
rm -fr 1.7.tar.gz skype4pidgin-*
|
||||||
rm -fr telegram-purple*
|
rm -fr telegram-purple*
|
||||||
rm -fr v1.2.0.tar.gz bitlbee-facebook-*
|
rm -fr v1.2.1.tar.gz bitlbee-facebook-*
|
||||||
rm -fr purple-hangouts
|
rm -fr purple-hangouts
|
||||||
rm -rf bitlbee-mastodon
|
rm -rf bitlbee-mastodon
|
||||||
rm -rf purple-rocketchat
|
rm -rf purple-rocketchat
|
||||||
|
|||||||
Reference in New Issue
Block a user