Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/10maurycy10/auto-ricer
A program to automatically install .files and packages for an system.
https://github.com/10maurycy10/auto-ricer
Last synced: 11 days ago
JSON representation
A program to automatically install .files and packages for an system.
- Host: GitHub
- URL: https://github.com/10maurycy10/auto-ricer
- Owner: 10maurycy10
- Created: 2021-12-27T22:21:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T18:28:37.000Z (over 2 years ago)
- Last Synced: 2024-11-20T21:58:52.917Z (2 months ago)
- Language: C
- Homepage:
- Size: 581 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto Ricer
## Usage (downloading requires a network connection, but installing from a cloned repo can be done offline):
Add a user, su.:
```
# do this as root.
pacman -S git curl
useradd demo
su demo
```Run, It will prompt for your root password.
```
curl https://raw.githubusercontent.com/10maurycy10/auto-ricer/main/bootstrap.sh | bash
```OR: Download and run the script. It will prompt for your root password.
```
git clone https://github.com/10maurycy10/auto-ricer
cd auto-ricer
./install.sh
```## Saftey
Apart from installing packages, the script wont touch stuff outside of ``~``.
If run as a new user with ``su`` it wont ovewrite your config files.