Skip to content

Commit

Permalink
Update installMediaWiki.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Dec 23, 2024
1 parent 388b6cb commit e5ae696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installMediaWiki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
MW_BRANCH=$1
EXTENSION_NAME=$2

wget "https://github.com/wikimedia/mediawiki/archive/$MW_BRANCH.tar.gz" -nv
wget "https://github.com/wikimedia/mediawiki/refs/heads/archive/$MW_BRANCH.tar.gz" -nv

tar -zxf $MW_BRANCH.tar.gz
mv mediawiki-$MW_BRANCH mediawiki
Expand Down

0 comments on commit e5ae696

Please sign in to comment.