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:
parent
19e03b234a
commit
bf425ad7c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user