Last active
May 28, 2019 08:33
-
-
Save WindomZ/9bf8042163a6017af9b6e15dc346da49 to your computer and use it in GitHub Desktop.
Ubuntu upgrade FileZilla3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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