diff --git a/readme.md b/readme.md index b3d650b..fcfa31c 100644 --- a/readme.md +++ b/readme.md @@ -118,6 +118,7 @@ RIGHTCLICK_BRANCH SERVERINFO_BRANCH SURVEYCLIENT_BRANCH SUSPICIOUSLOGIN_BRANCH +TABLES_BRANCH TALK_BRANCH TASKS_BRANCH TEXT_BRANCH @@ -168,6 +169,7 @@ ZIPPER_BRANCH -e SERVERINFO_BRANCH=master \ -e SURVEYCLIENT_BRANCH=master \ -e SUSPICIOUSLOGIN_BRANCH=master \ +-e TABLES_BRANCH=main \ -e TALK_BRANCH=main \ -e TASKS_BRANCH=master \ -e TEXT_BRANCH=main \ diff --git a/remote.sh b/remote.sh index 89ec01c..b7487c8 100644 --- a/remote.sh +++ b/remote.sh @@ -421,6 +421,7 @@ install_enable_app "$RIGHTCLICK_BRANCH" files_rightclick install_enable_app "$SERVERINFO_BRANCH" serverinfo install_enable_app "$SURVEYCLIENT_BRANCH" survey_client install_enable_app "$SUSPICIOUSLOGIN_BRANCH" suspicious_login +install_enable_app "$TABLES_BRANCH" tables install_enable_app "$TALK_BRANCH" spreed install_enable_app "$TASKS_BRANCH" tasks install_enable_app "$TEXT_BRANCH" text