Checks if the sources are still present in /tmp
This commit is contained in:
@@ -4,6 +4,9 @@ sudo service rtorrent stop
|
|||||||
|
|
||||||
# Build libtorrent
|
# Build libtorrent
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
if [ -d libtorrent ]; then
|
||||||
|
sudo rm -r libtorrent
|
||||||
|
fi
|
||||||
sudo git clone https://github.com/rakshasa/libtorrent.git
|
sudo git clone https://github.com/rakshasa/libtorrent.git
|
||||||
cd libtorrent
|
cd libtorrent
|
||||||
sudo git checkout 0.13.6
|
sudo git checkout 0.13.6
|
||||||
@@ -14,6 +17,9 @@ sudo make install
|
|||||||
|
|
||||||
# Build rtorrent
|
# Build rtorrent
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
if [ -d libtorrent ]; then
|
||||||
|
sudo rm -r rtorrent
|
||||||
|
fi
|
||||||
sudo git clone https://github.com/rakshasa/rtorrent.git
|
sudo git clone https://github.com/rakshasa/rtorrent.git
|
||||||
cd rtorrent
|
cd rtorrent
|
||||||
sudo git checkout 0.9.6
|
sudo git checkout 0.9.6
|
||||||
|
|||||||
Reference in New Issue
Block a user