Update: Better installation

This commit is contained in:
Keyitdev 2022-07-05 19:10:54 +02:00 committed by GitHub
parent 9a7aae8bcf
commit c4d5ae0fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,10 @@ Screen resolution: 1080p.
### Install ### Install
1. Clone this repository, copy files to `/usr/share/sddm/themes/` and fonts to `/usr/share/fonts/`: 1. Clone this repository, copy fonts to `/usr/share/fonts/`:
```sh ```sh
sudo git clone https://github.com/keyitdev/sddm-astronaut-theme.git sudo git clone https://github.com/keyitdev/sddm-astronaut-theme.git /usr/share/sddm/themes/sddm-astronaut-theme
sudo cp -fdr sddm-astronaut-theme /usr/share/sddm/themes/
sudo cp /usr/share/sddm/themes/sddm-astronaut-theme/Fonts/* /usr/share/fonts/ sudo cp /usr/share/sddm/themes/sddm-astronaut-theme/Fonts/* /usr/share/fonts/
``` ```