Skip to content

Commit 0f39a1b

Browse files
committed
Update scripts/get-dependencies.sh
1 parent a3da23e commit 0f39a1b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/get-dependencies.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARCH=$(uname -m)
66

77
echo "Installing package dependencies..."
88
echo "---------------------------------------------------------------"
9-
pacman -Syu --noconfirm python
9+
pacman -Syu --noconfirm python nss
1010

1111

1212
echo "Installing debloated packages..."
@@ -24,8 +24,6 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
2424
node -v
2525
npm -v
2626
npm install
27-
# Prune prebuilds from node-pty to avoid including Windows prebuilds in the AppImage
28-
./scripts/prune-prebuilds.sh || true
2927
npm run dist
3028

3129
mkdir -p ./AppDir/bin

0 commit comments

Comments
 (0)