https://github.com/fusion809/mageia-scripts
Shell scripts for Mageia
https://github.com/fusion809/mageia-scripts
bash bashrc mageia mageia-scripts shell-scripts zsh zshrc
Last synced: 3 months ago
JSON representation
Shell scripts for Mageia
- Host: GitHub
- URL: https://github.com/fusion809/mageia-scripts
- Owner: fusion809
- License: gpl-3.0
- Created: 2015-12-01T16:15:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T08:12:52.000Z (over 3 years ago)
- Last Synced: 2025-06-20T01:07:32.127Z (about 1 year ago)
- Topics: bash, bashrc, mageia, mageia-scripts, shell-scripts, zsh, zshrc
- Language: Shell
- Size: 147 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mageia Scripts
Shell scripts for Mageia and other urpmi-using distributions.
## Quick Install
Using wget:
```bash
/bin/bash -c "$(wget -cqO- https://git.io/vr8y0)"
```
and cURL:
```bash
/bin/bash -c "$(curl -sL https://git.io/vr8y0)"
```