Skip to content

Commit

Permalink
fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr25691 committed Jan 14, 2024
2 parents 36c8094 + 245cefe commit cf16a48
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@
aerOS Core is a friendly Arch-based Linux distro built with `archiso` designed for low-spec computers.

### Benefits to using aerOS:
- Made by Hewol and our community
- Easy to use
- Super fast
- Lean and not consuming lots of resources

- Custom Arch Repos

### You can help us develop aerOS Core by using the following methods of contact:
- [E-mail](mailto:[email protected])
- [Discord](https://discord.gg/haTmcAtKCP)

### Other aerOS related repositories and information:
- [Requirements](https://github.com/hewol/aerOS/blob/master/requirements.md)
- [Supported releases](https://github.com/hewol/aerOS/blob/main/MAINTAIN.md)
- [Wallpapers](https://github.com/hewol/aeros-wallpapers)
- [aerOS Full](https://github.com/hewol/aerOS)
- [aerOS Server Edition](https://github.com/hewol/aerOS-se)


1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ while $rerun; do
enable_services

if ! sudo mkarchiso -v archiso; then
set +e
echo
echo -n "Build failed. Do you want to retry the build? [y/N] "
read -r retry
Expand Down
13 changes: 13 additions & 0 deletions requirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Requirements for aerOS

### Recomended Requirements
* 4GB RAM
* x86_64 CPU
* 20GB Disk
* Decent-ish GPU

### Minimum Requirements
* 2GB RAM
* x86_64 CPU
* 11GB Disk
* GPU

0 comments on commit cf16a48

Please sign in to comment.