├── LICENSE ├── README.md └── osmux.deb /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 ABHacker Official 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | [![github](https://forthebadge.com/images/badges/built-for-android.svg)](https://github.com/abhackerofficial) 2 | [![github](https://forthebadge.com/images/badges/built-with-love.svg)](https://github.com/abhackerofficial) 3 | 4 | ![GitHub stars](https://img.shields.io/github/stars/abhackerofficial/OSMUX.svg?style=social) 5 | ![GitHub forks](https://img.shields.io/github/forks/abhackerofficial/OSMUX.svg?style=social) 6 | ![GitHub watchers](https://img.shields.io/github/watchers/abhackerofficial/OSMUX.svg?style=social) 7 | 8 | ![preview](https://user-images.githubusercontent.com/63346676/101701308-aa3b6980-3aa4-11eb-874b-5b0c6bebff30.jpg) 9 | 10 | #### • The Tool will Automatically Install Following Operation Systems: 11 | ``` 12 | Ubuntu, Kali Linux, Debian, 13 | Alpine, Arch, Void, Fedora, Manjaro 14 | ``` 15 | > Basic Installation : 16 | 17 | | Method | Command 18 | |:----------|:--------------------------------------------------------------------------------------------------| 19 | | **curl** |`curl --progress-bar -L --fail --retry 4 -O https://github.com/abhackerofficial/osmux/raw/master/osmux.deb ;apt install ./osmux.deb` | 20 | 21 | > Manual Installation : 22 | ```bash 23 | git clone https://github.com/abhackerofficial/osmux 24 | cd osmux 25 | apt install ./osmux.deb 26 | ``` 27 | 28 | > Usage : 29 | + $ osmux 30 | -------------------------------------------------------------------------------- /osmux.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imegeek/osmux/18e9041965b324cdf05be2b0b428e078f18c350d/osmux.deb --------------------------------------------------------------------------------