Skip to content

Commit

Permalink
Update install-rclone.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TechPerplexed authored Jul 9, 2019
1 parent d3f0374 commit 11147b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/apps/install-rclone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ else

which mergerfs > $TCONFIGS/mergerfs
if [ ! -s $TCONFIGS/mergerfs ]; then
sudo wget https://github.com/trapexit/mergerfs/releases/download/2.24.2/mergerfs_2.24.2.ubuntu-xenial_amd64.deb -O /tmp/mergerfs.deb
sudo wget https://github.com/trapexit/mergerfs/releases/download/2.28.1/mergerfs_2.28.1.ubuntu-xenial_amd64.deb -O /tmp/mergerfs.deb
sudo dpkg -i /tmp/mergerfs.deb
fi
rm /$TCONFIGS/mergerfs
Expand Down

0 comments on commit 11147b1

Please sign in to comment.