From 8c19fec9b5e8381e7e2f730c2a89adfbc56ad765 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 6 Dec 2024 23:04:47 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 5f935c7..e2d69ed 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -1093,6 +1093,7 @@ INSTALL_MENU() { echo -e " [${idsCL[Yellow]}D${idsCL[Default]}] Install DSMon" echo -e " [${idsCL[Yellow]}P${idsCL[Default]}] Install Postfix" echo -e " [${idsCL[Yellow]}U${idsCL[Default]}] Install UrBackup Client" + echo -e " [${idsCL[Yellow]}S${idsCL[Default]}] Install Syncthing" echo -e " [${idsCL[Yellow]}T${idsCL[Default]}] Install Tailscale" echo echo -e " [${idsCL[Yellow]}9${idsCL[Default]}] Install .bashrc for root" @@ -1120,6 +1121,7 @@ INSTALL_MENU() { [Dd]) DSMON_INSTALL; INSTALL_MENU;; [Pp]) POSTFIX_INSTALL; INSTALL_MENU;; [Nn]) NETDATA_INSTALL; INSTALL_MENU;; + [Ss]) SYNCTHING_INSTALL; INSTALL_MENU;; [Tt]) TAILSCALE_INSTALL; INSTALL_MENU;; [Bb]) MAIN_MENU;; [Mm]) MISC_MENU;;