diff --git a/base_install.sh b/base_install.sh index 570dc7c..9a13353 100644 --- a/base_install.sh +++ b/base_install.sh @@ -14,7 +14,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too mkdir ../.config cp -r configs/. /home/tobi/.config -sudo echo "MOZ_ENABLE_WAYLAND=1" >> /etc/environment +sudo bash -c "echo 'MOZ_ENABLE_WAYLAND=1' >> /etc/environment"