You've already forked docker-bitlbee
Merge pull request #8 from aposcic/master
This commit is contained in:
12
build.sh
12
build.sh
@@ -8,12 +8,12 @@ libgcrypt20-dev libmarkdown2-dev libpurple-dev libsqlite3-dev libwebp-dev libtoo
|
|||||||
|
|
||||||
cd
|
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.5.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.0.tar.gz
|
||||||
hg clone https://bitbucket.org/EionRobb/purple-hangouts/
|
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
|
||||||
hg clone https://bitbucket.org/EionRobb/purple-rocketchat
|
git clone https://github.com/EionRobb/purple-rocketchat.git
|
||||||
curl -LO# https://github.com/sm00th/bitlbee-discord/archive/0.4.3.tar.gz
|
curl -LO# https://github.com/sm00th/bitlbee-discord/archive/0.4.3.tar.gz
|
||||||
git clone https://github.com/dylex/slack-libpurple.git
|
git clone https://github.com/dylex/slack-libpurple.git
|
||||||
git clone https://github.com/jgeboski/bitlbee-steam.git
|
git clone https://github.com/jgeboski/bitlbee-steam.git
|
||||||
@@ -31,8 +31,8 @@ make install-dev
|
|||||||
|
|
||||||
# skypeweb
|
# skypeweb
|
||||||
cd
|
cd
|
||||||
tar zxvf 1.5.tar.gz
|
tar zxvf 1.7.tar.gz
|
||||||
cd skype4pidgin-1.5/skypeweb
|
cd skype4pidgin-1.7/skypeweb
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
@@ -123,7 +123,7 @@ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /tmp/*
|
|||||||
cd
|
cd
|
||||||
rm -fr /root/build.sh
|
rm -fr /root/build.sh
|
||||||
rm -fr $BITLBEE_VERSION*
|
rm -fr $BITLBEE_VERSION*
|
||||||
rm -fr 1.5.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.0.tar.gz bitlbee-facebook-*
|
||||||
rm -fr purple-hangouts
|
rm -fr purple-hangouts
|
||||||
|
|||||||
Reference in New Issue
Block a user