mirror of
https://github.com/acatoire/bipbipzizik.git
synced 2026-03-10 08:01:18 +00:00
Add update procedure with git and bat quick access to my pis
This commit is contained in:
@@ -37,6 +37,11 @@ sudo apt-get upgrade -y
|
||||
sudo apt install git -y
|
||||
git clone https://github.com/acatoire/music-cards /home/pi/music-cards
|
||||
```
|
||||
- Then you will be able to update with
|
||||
```bash
|
||||
cd /home/pi/music-cards
|
||||
git pull
|
||||
```
|
||||
TODO procedure without git (wget?)
|
||||
|
||||
- You need python pip
|
||||
|
||||
1
tools/ssh_black_salon.bat
Normal file
1
tools/ssh_black_salon.bat
Normal file
@@ -0,0 +1 @@
|
||||
ssh pi@192.168.1.72
|
||||
1
tools/ssh_naked.bat
Normal file
1
tools/ssh_naked.bat
Normal file
@@ -0,0 +1 @@
|
||||
ssh pi@192.168.1.74
|
||||
1
tools/ssh_orange_hugo.bat
Normal file
1
tools/ssh_orange_hugo.bat
Normal file
@@ -0,0 +1 @@
|
||||
ssh pi@192.168.1.71
|
||||
@@ -1,5 +0,0 @@
|
||||
ssh pi@192.168.1.73 Salon
|
||||
ssh pi@192.168.1.70 Hugo
|
||||
|
||||
REM To get systemd logs
|
||||
REM journalctl -u musiccards
|
||||
Reference in New Issue
Block a user