diff options
| -rwxr-xr-x | distro/ubuntu.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/distro/ubuntu.sh b/distro/ubuntu.sh index 0818fca..29ad121 100755 --- a/distro/ubuntu.sh +++ b/distro/ubuntu.sh @@ -47,6 +47,8 @@ sudo apt install -y \ zstd \ darktable \ v4l2loopback-dkms \ + chromium \ + dunst \ sudo apt build-dep -y neovim @@ -101,3 +103,6 @@ sudo sh -c 'echo "options v4l2loopback devices=3 video_nr=10,11,12 card_label=\" flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo flatpak install -y flathub com.obsproject.Studio + +sudo rm /etc/fonts/conf.d/70-no-bitmaps-except-emoji.conf + |
