I have revisited installing ARM onto my Pogoplug v4 and seem to have got it installed. Although now I am running into a weird issue, which I did not have at my last attempt. After installing ARM and rebooting, I SSH back into the device and tried to install bittorrent Sync using these instructions below, however I keep getting the error "-bash: wget: command not found" as soon as i try to use wget...I thought this was installed bb default last time i tried ARM. Can someone help me out please?
thanks!
$this->bbcode_second_pass_code('', 'BitTorrent Sync
BitTorrent Sync is a free utility that uses the bittorrent protocol to keep folders in sync across devices. It can be used with OS X, Windows, Android and Linux.
#create folder
mkdir -p /usr/local/bin
cd /usr/local/bin
#download and untar
wget http://btsync.s3-website-us-east-1.amazonaws.com/btsync_arm.tar.gz
tar -xzvf btsync_arm.tar.gz
#delete unneeded files
rm LICENSE.TXT btsync_arm.tar.gz
#download service file
cd /etc/systemd/system
wget http://dl.dropbox.com/u/42238/pogoplug/v2/btsync.service
#start btsync
systemctl start btsync
#autostart btsync on reboot
systemctl enable btsync
#http://pogoplug:8888/gui')