fix: Fixed broken installation method in the README and changed a broken utility inside packages
This commit is contained in:
parent
065ade265b
commit
2d0b6962fa
2 changed files with 10 additions and 6 deletions
14
README.md
14
README.md
|
|
@ -3,7 +3,9 @@
|
||||||
A fully automated Archlinux setup for people that care about their computer.
|
A fully automated Archlinux setup for people that care about their computer.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -fsSL https://forge.oblic-parallels.fr/guillm/atlas-desktop/raw/branch/main/scripts/install.sh | bash
|
git clone https://forge.oblic-parallels.fr/guillm/atlas-desktop.git
|
||||||
|
cd atlas-desktop
|
||||||
|
bash scripts/installer.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -29,11 +31,13 @@ Setup will take care of configuring AppArmor and Zram or even firewall if you ha
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
**Disclaimer**: Some platforms may not yet be supported such as Nvidia graphic cards for which you'll have to install all the drivers yourself. Sadly I don't have any equipment to test that out.
|
> **Disclaimer** Some platforms may not yet be supported such as Nvidia graphic cards for which you'll have to install all the drivers yourself. Sadly I don't have any equipment to test that out.
|
||||||
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -fsSL https://forge.oblic-parallels.fr/guillm/atlas-desktop/raw/branch/main/scripts/install.sh | bash
|
git clone https://forge.oblic-parallels.fr/guillm/atlas-desktop.git
|
||||||
|
cd atlas-desktop
|
||||||
|
bash scripts/installer.sh
|
||||||
```
|
```
|
||||||
Then just follow the instructions and you should be good to go !
|
Then just follow the instructions and you should be good to go !
|
||||||
After the setup finishes you may need to reboot in order to login:
|
After the setup finishes you may need to reboot in order to login:
|
||||||
|
|
@ -41,9 +45,9 @@ After the setup finishes you may need to reboot in order to login:
|
||||||
sudo reboot
|
sudo reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note**: If you encounter any error or bug, don't hesitate to open an issue on this repo.
|
> **Note** If you encounter any error or bug, don't hesitate to open an issue on this repo.
|
||||||
|
|
||||||
> **Note:** After installation the original clone is no longer needed.
|
> **Note** After installation the original clone is no longer needed.
|
||||||
> `~/.dotfiles` is the real repo and is what the updater tracks.
|
> `~/.dotfiles` is the real repo and is what the updater tracks.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ foot
|
||||||
grim
|
grim
|
||||||
hypridle
|
hypridle
|
||||||
hyprland
|
hyprland
|
||||||
hyprland-qtutils
|
hyprland-guiutils
|
||||||
hyprlock
|
hyprlock
|
||||||
hyprpaper
|
hyprpaper
|
||||||
hyprpicker
|
hyprpicker
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue