Change cp command and add rename

This commit is contained in:
flyingscorpio@arch-desktop 2020-09-08 11:57:11 +02:00
parent 8182735d57
commit b12f11478d

View file

@ -14,9 +14,9 @@ or
$ sudo apt install python3-pip
```
The authentication details are stored in `secrets`. Therefore, you have a template `secrets.template` that you need to copy:
The authentication details are stored in `secrets`. Therefore, you have a template `secrets.template` that you need to copy and rename:
```sh
$ cp secrets.template secrets
$ cp secrets{.template,}
```
Modify the resulting file, and then run `./install.py` with needed flags (`./install.py -h` is your friend).