Skip to content

Commit

Permalink
fix: remove discord from base image
Browse files Browse the repository at this point in the history
flatpak is better
  • Loading branch information
b- committed Oct 20, 2023
1 parent 7fac43a commit 7443605
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions scripts/more.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,3 @@

wget 'https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage' -Lo /usr/bin/nvim.appimage
#wget 'https://download.beeper.com/linux/appImage/x64' -Lo /usr/bin/beeper.appimage
#

## install discord
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 <<'EOF'
#!/bin/bash
exec /usr/lib/Discord/Discord --enable-features=UseOzonePlatform --ozone-platform=wayland --no-sandbox --enable-features=WaylandWindowDecorations "${@}"
EOF
chmod 755 /usr/share/discord/Discord

0 comments on commit 7443605

Please sign in to comment.