install with dpkg, not apt-get

Signed-off-by: Robin Davies <rerdavies@gmail.com>
This commit is contained in:
Robin Davies
2024-08-10 15:44:46 -04:00
committed by GitHub
parent 2570a132fa
commit f82408607e
+1 -1
View File
@@ -23,7 +23,7 @@ Install the package by running
``` ```
sudo apt update sudo apt update
cd ~/Downloads cd ~/Downloads
sudo apt-get install ./pipedal_1.1.32_arm64.deb sudo dpkg -i pipedal_1.2.34_arm64.deb
``` ```
Adjust accordingly if you have downloaded v1.1.31. Adjust accordingly if you have downloaded v1.1.31.