Skip to content

Instantly share code, notes, and snippets.

@Rizal-13
Forked from anpleenko/install_wimbox.sh
Created May 24, 2024 14:25
Show Gist options
  • Save Rizal-13/58853271c4e23e3429a8b8e5e99b3a77 to your computer and use it in GitHub Desktop.
Save Rizal-13/58853271c4e23e3429a8b8e5e99b3a77 to your computer and use it in GitHub Desktop.
Winbox on Ubuntu 20.04 Desktop
sudo apt-get install wine -y
wget http://www.mikrotik.com/download/winbox.exe
sudo mv winbox.exe /bin
wine /bin/winbox.exe
# alias winbox='wine /bin/winbox.exe'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment