Almost five years ago, I wrote this blog post Making an installer/updater for Filezilla on Ubuntu Linux
Today, in this blog post, I present a fully automated bash script based on my earlier script. This script automatically pulls the latest version of the FileZilla tarball from the FileZilla project website and installs it on your Ubuntu machine 🙂
Personally, I use this script on my laptop whenever a new version of FileZilla is released!
Copy the code below into a file and save it as filezilla-installer.sh
, using the command line, make it executable chmod +x filezilla-installer.sh
.
Finally, execute the file ./filezilla-installer.sh
Leave a Reply