Skip to content

Commit e22cb94

Browse files
committed
add missing lib
1 parent 7a989c6 commit e22cb94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

get-dependencies.sh

Lines changed: 1 addition & 1 deletion
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 patchelf gst-plugins-good gst-plugins-bad
9+
pacman -Syu --noconfirm patchelf gst-plugins-good gst-plugins-bad libnss_nis
1010

1111
echo "Installing debloated packages..."
1212
echo "---------------------------------------------------------------"

make-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export DESKTOP=/usr/share/applications/OpenCode.desktop
1313
export DEPLOY_OPENGL=1
1414

1515
# Deploy dependencies
16-
quick-sharun /usr/bin/opencode*
16+
quick-sharun /usr/bin/opencode* /usr/lib/libnss_nis.so*
1717

1818
# bun makes binaries that self extract and read /proc/self/exe
1919
# they are also very delicate and get broken by strip

0 commit comments

Comments
 (0)