- 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.
10 lines
161 B
Bash
Executable File
10 lines
161 B
Bash
Executable File
#!/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
|