Skip to content

Commit

Permalink
fix: use our fork of slack notifications extension (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed May 31, 2024
1 parent d5758dd commit 67d6d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediawiki/scripts/install_extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ php composer.phar update

# Install SlackNotifications extension
pushd /tmp
wget https://github.com/kulttuuri/SlackNotifications/archive/master.zip
wget https://github.com/metakgp/SlackNotifications/archive/master.zip

unzip master.zip
mv SlackNotifications-master/ /srv/mediawiki/extensions/SlackNotifications/
Expand Down

0 comments on commit 67d6d4a

Please sign in to comment.