Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Current status
Browse files Browse the repository at this point in the history
  • Loading branch information
RaptaG authored Jun 15, 2022
1 parent 0fd1891 commit 8569393
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@
## What's that?
The _Chaotic-AUR Automated Install Script_ (or _CAAIS_ for short) is a program which installs Chaotic-AUR **automatically** inside your system! It is based on the commands provided by [the Chaotic-AUR website](https://aur.chaotic.cx/) and does pretty much everything that is shown there.

## Current status
This script is sadly **not tested** by anyone yet, which means it _could_ cause problems in your system. If you are willing to test this, follow the steps below:

1. Create an Arch based Virtual Machine (recommended distro: EndeavourOS, offline installation)
2. After the installation is complete, follow the usage tutorial below and run the script
3. Then, run this command on a terminal: `sudo pacman -S pamac-aur`
4. When it finishes, search in your application menu for "Add/Remove Software"
5. If this application exists, make an issue and report that it worked (if it failed, report it too)

## Usage
You'll need to download the script, make executable and run it. You can do this by just run the command below:
You'll need to download the script, make executable and run it. You can do this by just run the command below, on a terminal:

```
curl -Os https://raw.githubusercontent.com/RaptaG/CAAIS/main/CAAIS.sh && chmod +x CAAIS.sh
```
Expand All @@ -26,5 +35,5 @@ This project uses the Apache-2.0 License. You can find more aboout this license

## Credits

- [RaptaG](https://github.com/RaptaG), for making this repo (self-credit lol)
- [RaptaG](https://github.com/RaptaG), for making this repo (self-credit, lol)
- [me0wing-katt0](https://github.com/me0wing-katt0), for helping me with an imporant part of the script

0 comments on commit 8569393

Please sign in to comment.