https://github.com/danielcshn/dude-install.sh
The Dude Client for Mikrotik installer on Linux.
https://github.com/danielcshn/dude-install.sh
linux mikrotik mikrotik-router mikrotik-the-dude routerboard routeros the-dude the-dude-client the-dude-installer the-dude-linux wine
Last synced: 3 months ago
JSON representation
The Dude Client for Mikrotik installer on Linux.
- Host: GitHub
- URL: https://github.com/danielcshn/dude-install.sh
- Owner: danielcshn
- License: mit
- Created: 2022-08-21T07:30:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T03:38:11.000Z (over 1 year ago)
- Last Synced: 2025-04-14T04:13:18.202Z (6 months ago)
- Topics: linux, mikrotik, mikrotik-router, mikrotik-the-dude, routerboard, routeros, the-dude, the-dude-client, the-dude-installer, the-dude-linux, wine
- Language: Shell
- Homepage:
- Size: 132 KB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dude-install.sh
The main purpose of this tool is to automate the installation of The Dude Client in Linux.
Current support for Debian, Ubuntu, Linux Lite & Linux Mint.
[](https://github.com/danielcshn/dude-install.sh/issues)
[](https://github.com/danielcshn/dude-install.sh/watchers)
[](https://github.com/danielcshn/dude-install.sh/fork)
[](https://github.com/danielcshn/dude-install.sh/stargazers)
[](https://github.com/danielcshn/dude-install.sh/blob/main/LICENSE)
[](https://github.com/danielcshn/dude-install.sh/search?l=shell)
[](https://github.com/danielcshn/dude-install.sh/commits/main) [](https://forum.mikrotik.com/viewtopic.php?t=188816)
![]()
## โ Support
- Debian 12 (Bookworm)
- Debian 11 (Bullseye)
- Ubuntu 24.04 (Noble Numbat) - BETA
- Ubuntu 23.10 (Mantic Minotaur)
- Ubuntu 23.04 (Lunar Lobster)
- Ubuntu 22.04 (Jammy Jellyfish)
- Ubuntu 21.10 (Impish Indri)
- Ubuntu 20.04 (Focal Fossa)
- Linux Lite 6.X (Based on Ubuntu 22.04.3)
- Linux Mint 21 (Vanessa)
- Linux Mint 20 (Ulyana)
- Linux Mint 19 (Tara)
- Zorin OS 16.1 (Focal)## โ Support EOL
- Debian 10 (Buster)
- Ubuntu 18.04 (Bionic Beaver)`EOL - End-of-Life:` No security updates, no script support.
## โฌ๏ธ Installing
+ **For Linux :**
```
sudo apt install git
git clone https://github.com/danielcshn/dude-install.sh.git
cd dude-install.sh
chmod +x dude-install.sh
./dude-install.sh
```+ **For Debian :**
```
su
apt install git
exit
git clone https://github.com/danielcshn/dude-install.sh.git
cd dude-install.sh
chmod +x dude-install.sh
./dude-install.sh
```## ๐ ๏ธ Usage
1. Select the `Check Dependencies` option to verify that you meet the required system and dependencies.
2. Select the `Install The Dude Client` option. Then indicate the version to install. Example: `7.1` or `7.5beta11`.
3. Select the `Launch The Dude Client` option to start the program.
![]()
## ๐งช Tested distros
[](https://debian.org/) [](https://debian.org/) [](https://ubuntu.com/) [](https://ubuntu.com/) [](https://ubuntu.com/) [](https://linuxliteos.com/) [](https://linuxmint.com/) [](https://linuxmint.com/) [](https://linuxmint.com/) [](https://zorin.com/os/)
---
## ๐ค Contributing
We currently accept contributions to this repository.
Follow the steps below to make a contribution to the digital tool:1. Fork the repository.
2. Develop the new functionality or make the changes that you think add value to the tool
3. Make a "pull request" documenting in detail the proposed changes in the repository.**If you haven't contributed to the repository, but found the tool useful, we'd love to hear about your experience. Tell us about your experience in an Issue.**
#### Attributions
Tell us in the "pull request" your username and organization to add it to the list of contributions in the Readme.md.---
## ๐ License
```
MIT LicenseCopyright (c) 2022 danielcshn
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```---
## ๐ง Contact
- Project Link: [https://github.com/danielcshn/dude-install.sh](https://github.com/danielcshn/dude-install.sh)