From c553c7f678d98965836b4aff80fb7db2cab1e36a Mon Sep 17 00:00:00 2001 From: Mikael Nordin Date: Sun, 8 Nov 2020 18:05:37 +0100 Subject: [PATCH] Update setup.sh Minor fixes --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index d25b05b..1c055c6 100644 --- a/setup.sh +++ b/setup.sh @@ -145,7 +145,7 @@ source /usr/local/bin/wayland_enablement.sh systemd-cat --identifier=sway sway $@ ' | sudo tee ${SWAYRUN} -sudo echo '#!/bin/sh +echo '#!/bin/sh export MOZ_ENABLE_WAYLAND=1 export CLUTTER_BACKEND=wayland export QT_QPA_PLATFORM=wayland-egl @@ -188,7 +188,7 @@ cd /tmp mkdir fonts wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/VictorMono.zip unzip VictorMono.zip -sudo *tf /usr/local/share/fonts +sudo cp *tf /usr/local/share/fonts cd .. rm -rf fonts