feat: remove yarn dependency (#2297)

This commit is contained in:
Baptiste Augrain
2025-04-03 15:05:03 +02:00
committed by GitHub
parent b312c1742a
commit c9976ec085
13 changed files with 39 additions and 71 deletions

View File

@@ -20,20 +20,13 @@ while getopts ":ilp" opt; do
export VSCODE_LATEST="yes"
;;
p)
export SKIP_ASSETS="no"
export SKIP_ASSETS="no"
;;
*)
;;
esac
done
if ! exists yarn; then
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs desktop-file-utils
npm install -g yarn
fi
UNAME_ARCH=$( uname -m )
if [[ "${UNAME_ARCH}" == "x86_64" ]]; then