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.
|
||||
|
||||
```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
|
||||
|
||||
**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
|
||||
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 !
|
||||
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
|
||||
```
|
||||
|
||||
> **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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue