Update setup.sh

Minor fixes
This commit is contained in:
Mikael Nordin 2020-11-08 18:05:37 +01:00 committed by GitHub
parent 53c52238df
commit c553c7f678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,7 +145,7 @@ source /usr/local/bin/wayland_enablement.sh
systemd-cat --identifier=sway sway $@ systemd-cat --identifier=sway sway $@
' | sudo tee ${SWAYRUN} ' | sudo tee ${SWAYRUN}
sudo echo '#!/bin/sh echo '#!/bin/sh
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
export CLUTTER_BACKEND=wayland export CLUTTER_BACKEND=wayland
export QT_QPA_PLATFORM=wayland-egl export QT_QPA_PLATFORM=wayland-egl
@ -188,7 +188,7 @@ cd /tmp
mkdir fonts mkdir fonts
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/VictorMono.zip wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/VictorMono.zip
unzip VictorMono.zip unzip VictorMono.zip
sudo *tf /usr/local/share/fonts sudo cp *tf /usr/local/share/fonts
cd .. cd ..
rm -rf fonts rm -rf fonts