element-web-patches/patches/patch_all.sh

28 lines
1.0 KiB
Bash
Executable File

#!/bin/sh
# This file is part of the element-web-patches.
#
# element-web-patches is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by the
# Free Software Foundation, either version 3 of the License,
# or (at your option) any later version.
#
# element-web-patches is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with element-web-patches. If not, see <https://www.gnu.org/licenses/>.
element=../element-web
# Running the shell scripts:
./add_custom_reactions.sh $element
./add_greentext.sh $element
./delete_login_footer.sh $element
./remove-share-to-nonfree-services.sh $element
./rename_remove_and_ban.sh $element
./replace_config_file.sh $element
./replace_login_background.sh $element
./replace_notification_sound.sh $element