diff --git a/content/en/admin/install.md b/content/en/admin/install.md index ef6fc20f..99c88d0b 100644 --- a/content/en/admin/install.md +++ b/content/en/admin/install.md @@ -141,7 +141,7 @@ Use git to download the latest stable release of Mastodon: ```bash git clone https://github.com/mastodon/mastodon.git live && cd live -git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1) +git checkout $(git tag -l | grep -v -P '(rc|beta)[0-9]*$' | sort -V | tail -n 1) ``` #### Installing the last dependencies {#installing-the-last-dependencies}