Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
4 лет назад
Matthew Cengia
7afe8103da
Find/replace Facebook with Twitter
find roles/matrix-bridge-mautrix-twitter -type f -exec sed -i \
-e 's/facebook/twitter/g' \
-e 's/Facebook/Twitter/g' \
-e 's/FB/Twitter/g' \
-e 's/fb/twitter/g' {} +
4 лет назад
Matthew Cengia
6b9b824964
Copy matrix-bridge-mautrix-facebook as base for matrix-bridge-mautrix-twitter
4 лет назад
Slavi Pantaleev
735c966ab6
Disable systemd services when stopping to uninstall them
Until now, we were leaving services "enabled"
(symlinks in /etc/systemd/system/multi-user.target.wants/).
We clean these up now. Broken symlinks may still exist in older
installations that enabled/disabled services. We're not taking care
to fix these up. It's just a cosmetic defect anyway.
4 лет назад
Michael Collins
98e6cd685d
sync with previous repo
4 лет назад
mooomooo
eebc6e13f8
Made directory variables for /etc/systemd/system , /etc/cron.d , /usr/local/bin
6 лет назад
Slavi Pantaleev
3250df6765
Make bridge uninstallation stop services
Fixes #155 (Github Issue)
6 лет назад
Slavi Pantaleev
8d654aecdd
Improve file naming consistency
6 лет назад
Slavi Pantaleev
43fd3cc274
Move mautrix-facebook into a separate role
6 лет назад