fix mkdir starlink-grpc-tool (missing s)
fix missing "s" in mkdir starlink-grpc-tool and cd starlink-grpc-tool install location pointed to by https://github.com/sparky8512/starlink-grpc-tools/blob/main/systemd/starlink-influx2.service shows WorkingDirectory=/opt/starlink-grpc-tools/
This commit is contained in:
parent
000e3a4a62
commit
125e918aba
1 changed files with 2 additions and 2 deletions
|
@ -175,10 +175,10 @@ Commands here should work for debian / ubuntu based distribution
|
||||||
```shell
|
```shell
|
||||||
sudo apt instlall python3-venv
|
sudo apt instlall python3-venv
|
||||||
cd /opt/
|
cd /opt/
|
||||||
sudo mkdir starlink-grpc-tool
|
sudo mkdir starlink-grpc-tools
|
||||||
sudo chown <your non-root user>
|
sudo chown <your non-root user>
|
||||||
git clone <git url>
|
git clone <git url>
|
||||||
cd starlink-grpc-tool
|
cd starlink-grpc-tools
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate.sh
|
source venv/bin/activate.sh
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue