From a1d1bb7afc3aaa467be897cb079d4c177fe7e8da Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 30 Dec 2020 20:04:41 +0200
Subject: [PATCH] Add the live USB installation to the notify script.

Send notifications to the laptop.
---
 Documents/bin/notify | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documents/bin/notify b/Documents/bin/notify
index 0732066..e8defd4 100755
--- a/Documents/bin/notify
+++ b/Documents/bin/notify
@@ -36,6 +36,7 @@ fi
 
 case "$hostname" in
     ea6350) patchbay;;
+    ElementaryOS) patchbay;;
     host01) patchbay;;
     kodi) patchbay;;
     ns1) patchbay;;
-- 
GitLab