Update setup.sh
Minor fixes
This commit is contained in:
parent
53c52238df
commit
c553c7f678
1 changed files with 2 additions and 2 deletions
4
setup.sh
4
setup.sh
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue