https://github.com/d3cod3/mosaic-installer
bash Mosaic installer script
https://github.com/d3cod3/mosaic-installer
Last synced: 5 months ago
JSON representation
bash Mosaic installer script
- Host: GitHub
- URL: https://github.com/d3cod3/mosaic-installer
- Owner: d3cod3
- License: unlicense
- Created: 2020-06-28T06:57:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T19:45:26.000Z (5 months ago)
- Last Synced: 2024-12-14T20:26:47.154Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 381 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mosaic-Installer
Mosaic installer script

## DESCRIPTION
Bash scripts for automated Mosaic download/compile/install on Linux boxes.
### LINUX
On Linux boxes the install process is fully automated, and right now is available for those distros:
1. Ubuntu ( tested on different ones starting from 16.04 to 20.04 )
2. Linux Mint
3. Debian ( tested from debian 9 stretch to debian 10 buster)
4. Arch Linux
5. Fedora ( starting from Fedora 29 )Just clone this repo
```bash
git clone https://github.com/d3cod3/Mosaic-Installer
```Then launch the install script as sudo
```bash
cd Mosaic-Installer
sudo ./mosaic_installer.sh
```And choose your distro from the list.
Wait some...
When the script finish, you'll have Mosaic software appearing in your programs menus!
> if your distro is not on the list, and you want to contribute to this repo, you are very welcome!
### WINDOWS ( UNMAINTAINED )
Mosaic code for windows is not maintained anymore, the mosaic_windows_installer.sh script is still here just for reference, in case someone would follow the steps from there. ( In that case, good luck! )