From 0661fbd1b51b56c4c44872974f5eca1ab008dcc5 Mon Sep 17 00:00:00 2001 From: Martin Andersen Date: Mon, 27 May 2024 09:52:33 +0200 Subject: [PATCH] Update install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5c57617..f71b4f7 100644 --- a/install.sh +++ b/install.sh @@ -227,7 +227,7 @@ xdg-user-dirs-update xdg-mime default kitty.desktop text/x-shellscript xdg-mime default nsxiv.desktop image/jpeg xdg-mime default nsxiv.desktop image/png -xdg-mime default thunar.desktop inode/directory + # Picom (Yshui) install #sudo apt install -y libconfig-dev libdbus-1-dev libegl-dev libev-dev libgl-dev libepoxy-dev libpcre2-dev libpixman-1-dev libx11-xcb-dev libxcb1-dev libxcb-composite0-dev libxcb-damage0-dev libxcb-dpms0-dev libxcb-glx0-dev libxcb-image0-dev libxcb-present-dev libxcb-randr0-dev libxcb-render0-dev libxcb-render-util0-dev libxcb-shape0-dev libxcb-util-dev libxcb-xfixes0-dev libxext-dev meson ninja-build uthash-dev @@ -1462,6 +1462,7 @@ do ;; "4") sudo apt install -y thunar + xdg-mime default thunar.desktop inode/directory ;; "5") cd /tmp/ && wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && sudo apt install -y /tmp/google-chrome-stable_current_amd64.deb && rm google-chrome-stable_current_amd64.deb