Skip to content

Commit

Permalink
Merge branch 'arch-preparation' into 'master'
Browse files Browse the repository at this point in the history
Adding python2 to arch dependency

See merge request gitlab-org/gitlab-development-kit!1221
  • Loading branch information
ashmckenzie committed May 4, 2020
2 parents a010170 + 9852431 commit e32d090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/prepare.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Please read [the prerequisites for all platforms](#prerequisites-for-all-platfor

```shell
pacman -S postgresql redis postgresql-libs icu npm ed cmake openssh git git-lfs go re2 \
unzip graphicsmagick perl-image-exiftool rsync yarn minio sqlite
unzip graphicsmagick perl-image-exiftool rsync yarn minio sqlite python2
```

>**Note:** The Arch Linux core repository does not contain anymore the `runit` package. It is required to install `runit-systemd` from the Arch User Repository (AUR) with an AUR package manager like `pacaur` ([https://github.com/E5ten/pacaur](https://github.com/E5ten/pacaur)) or `pikaur` ([https://github.com/actionless/pikaur](https://github.com/actionless/pikaur)). See [Arch Linux Wiki page AUR_helpers](https://wiki.archlinux.org/index.php/AUR_helpers) for more information.
Expand Down

0 comments on commit e32d090

Please sign in to comment.