From deb9446be9e571c9fea8f9aff26ea454b0e6f811 Mon Sep 17 00:00:00 2001 From: bri <284789+b-@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:56:43 -0400 Subject: [PATCH] fix: chmod 755 /u/sh/di/Discord --- scripts/more.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/more.sh b/scripts/more.sh index feb46e6563a..a12e5b7be36 100755 --- a/scripts/more.sh +++ b/scripts/more.sh @@ -8,7 +8,8 @@ wget 'https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage' curl -L 'https://discord.com/api/download?platform=linux&format=tar.gz' | tar -xzvC /usr/lib cp /usr/lib/Discord/discord.desktop /usr/share/applications/ mkdir /usr/share/discord -cat > /usr/share/discord/Discord < /usr/share/discord/Discord <<'EOF' #!/bin/bash exec /usr/lib/Discord/Discord --enable-features=UseOzonePlatform --ozone-platform=wayland --no-sandbox --enable-features=WaylandWindowDecorations "${@}" -EOF \ No newline at end of file +EOF +chmod 755 /usr/share/discord/Discord \ No newline at end of file