From 39fd5e929009a8858cda1344d01e8d3c5bc7e689 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Thu, 19 Mar 2026 14:03:03 +0100 Subject: [PATCH] Enhance command table functionality in ChatView component - Improved command table rendering in ChatView.vue for better user experience. - Added support for dynamic updates to command table based on WebSocket messages. - Implemented styling adjustments for improved visual clarity. - Refined logic for clearing command table state after use. --- update.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..7aa8425 --- /dev/null +++ b/update.sh @@ -0,0 +1,9 @@ +#!/bin/bash +git fetch +git pull +./deploy-to-opt.sh +./install-service-ypchat.sh +./install.sh +./quick-update.sh +./fix-dependencies.sh +sudo systemctl restart ypchat