Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ RIGHTCLICK_BRANCH
SERVERINFO_BRANCH
SURVEYCLIENT_BRANCH
SUSPICIOUSLOGIN_BRANCH
TABLES_BRANCH
TALK_BRANCH
TASKS_BRANCH
TEXT_BRANCH
Expand Down Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down