1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-08 19:52:36 +01:00

Update setup.sh

This commit is contained in:
Stylix58 2021-05-01 17:31:57 +02:00 committed by GitHub
parent 19e03b234a
commit bf425ad7c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,11 +69,4 @@ select yn in "y" "n"; do
esac
done
if ! [ -x "$(command -v pnpm)" ]; then
npm install -g pnpm
echo "pnpm=true" > "./config.sh"
else
echo "pnpm=true" > "./config.sh"
fi
echo Installation finished