mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-10 02:05:10 +00:00
install correct yarn package
This commit is contained in:
parent
a8e0eee7df
commit
9793a0e521
|
@ -82,7 +82,9 @@ steps:
|
|||
LEMMY_SETUP__ADMIN_USERNAME: lemmy_alpha
|
||||
LEMMY_SETUP__SITE_NAME: lemmy-alpha
|
||||
commands:
|
||||
- apt-get -y update
|
||||
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
|
||||
- echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
|
||||
- sudo apt-get update
|
||||
- apt-get -y install --no-install-recommends yarn
|
||||
- mkdir -p volumes/pictrs_{alpha,beta,gamma,delta,epsilon}
|
||||
- chown -R 991:991 volumes/pictrs_{alpha,beta,gamma,delta,epsilon}
|
||||
|
|
Loading…
Reference in a new issue