Change cp command and add rename
This commit is contained in:
parent
8182735d57
commit
b12f11478d
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ or
|
||||||
$ sudo apt install python3-pip
|
$ 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
|
```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).
|
Modify the resulting file, and then run `./install.py` with needed flags (`./install.py -h` is your friend).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue