Skip to content

Instantly share code, notes, and snippets.

@WindomZ
Last active May 28, 2019 08:33
Show Gist options
  • Save WindomZ/9bf8042163a6017af9b6e15dc346da49 to your computer and use it in GitHub Desktop.
Save WindomZ/9bf8042163a6017af9b6e15dc346da49 to your computer and use it in GitHub Desktop.
Ubuntu upgrade FileZilla3
#!/usr/bin/env bash
cd FileZilla3 # enter FileZilla3 folder
sudo cp -arvx * /usr # replace with upgrade file
sudo chown root:root /usr/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment