meh yarn or yarnpkg?

This commit is contained in:
axolotle 2023-11-13 15:57:17 +01:00
parent f0f89d7dc4
commit f378bd610c

View file

@ -135,7 +135,7 @@ function prepare_cache_and_deps() {
if [[ $(dpkg-query -W -f='${Status}' yarn 2>/dev/null | grep -c "ok installed") -eq 0 ]];
then
info "Installing yarn…"
apt install yarnpkg
apt install yarn
fi
pushd "$CACHE_PATH"