From 481c345c616af8cec76807bfb7469de59b49d05b Mon Sep 17 00:00:00 2001 From: AxelC Date: Thu, 5 Mar 2020 21:04:29 +0100 Subject: [PATCH] Add update procedure with git and bat quick access to my pis --- README.md | 5 +++++ tools/ssh_black_salon.bat | 1 + tools/ssh_naked.bat | 1 + tools/ssh_orange_hugo.bat | 1 + tools/windows_ssh_quick_access.bat | 5 ----- 5 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 tools/ssh_black_salon.bat create mode 100644 tools/ssh_naked.bat create mode 100644 tools/ssh_orange_hugo.bat delete mode 100644 tools/windows_ssh_quick_access.bat diff --git a/README.md b/README.md index 74e8bb0..c12cdfd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tools/ssh_black_salon.bat b/tools/ssh_black_salon.bat new file mode 100644 index 0000000..8c3d0ea --- /dev/null +++ b/tools/ssh_black_salon.bat @@ -0,0 +1 @@ +ssh pi@192.168.1.72 diff --git a/tools/ssh_naked.bat b/tools/ssh_naked.bat new file mode 100644 index 0000000..2e520bd --- /dev/null +++ b/tools/ssh_naked.bat @@ -0,0 +1 @@ +ssh pi@192.168.1.74 diff --git a/tools/ssh_orange_hugo.bat b/tools/ssh_orange_hugo.bat new file mode 100644 index 0000000..5a19d88 --- /dev/null +++ b/tools/ssh_orange_hugo.bat @@ -0,0 +1 @@ +ssh pi@192.168.1.71 diff --git a/tools/windows_ssh_quick_access.bat b/tools/windows_ssh_quick_access.bat deleted file mode 100644 index 10e3701..0000000 --- a/tools/windows_ssh_quick_access.bat +++ /dev/null @@ -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