0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00

Switch from npm to arch package directly

This commit is contained in:
Andrey Onishchenko
2024-02-08 15:02:02 +03:00
parent a5ac5f9ce1
commit 1f9da65811
3 changed files with 4 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ case $OS in
"Arch Linux")
echo "Arch Linux"
pacman -Syy --noconfirm
pacman -S --noconfirm git sudo base-devel p7zip nodejs jq npm electron libpulse dpkg unzip xdg-utils
pacman -S --noconfirm git sudo base-devel p7zip nodejs jq asar electron libpulse dpkg unzip xdg-utils
# fix access
mkdir /.npm
chown -R 65534:65534 "/.npm"