bash script to install proxy
#!/usr/bin/bash
# antix
# vuu-do
# anything that uses apt
obmenu3Â
obmenu3 is an alternative xml menu editor for openbox
web page: https://sourceforge.net/projects/obmenu3/files/1.05/
if you use wget with the link, your file will need renaming from download to obmenu3-1.05-x86_64.tgz
if you open it with firefox it will rename it for you
obmenu3 64bit:
https://sourceforge.net/projects/obmenu3/files
https://sourceforge.net/projects/obmenu3/files/1.05/obmenu3-1.05-x86_64.tgz/download
if you use wget with the link, your file will need renaming from download to obmenu3-1.05-i386.tgz
if you open it with Firefox it will rename it for you
obmenu3 i386
https://sourceforge.net/projects/obmenu3/files
https://sourceforge.net/projects/obmenu3/files/1.05/obmenu3-1.05-i386.tgz/download
First, find where obmenu is currently.
$ whereis obmenu
Next find, where you unpacked obmenu3.
$ whereis obmenu3
sudo mv /usr/bin/obmenu ~/obmenu
sudo mv ~/obmenu3 /usr/bin/obmenu3