fix periphery installer force file recreation command

This commit is contained in:
mbecker20
2024-10-22 02:55:39 -04:00
parent 3b72dc65cc
commit 90c6adf923

View File

@@ -61,5 +61,5 @@ to the current default.
Example:
```sh
curl -sSL https://raw.githubusercontent.com/mbecker20/komodo/main/scripts/setup-periphery.py | python3 --force-service-file
curl -sSL https://raw.githubusercontent.com/mbecker20/komodo/main/scripts/setup-periphery.py | python3 - --force-service-file
```