From 3b0e7527cd1b11b6ce0bdf13bda98795b56c450b Mon Sep 17 00:00:00 2001 From: pvincent Date: Wed, 12 Nov 2025 09:11:42 +0400 Subject: [PATCH] trixie comment --- src/trixie.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/trixie.sh b/src/trixie.sh index 7d2ce1b..e650c89 100755 --- a/src/trixie.sh +++ b/src/trixie.sh @@ -399,10 +399,14 @@ function libre_re_pixmap { } function clear_system_extensions { + echo "# clear system gnome-shell extensions" + echo "=====================================" sudo rm /usr/share/gnome-shell/extensions/* -rf } function install_flatpak { + echo "# install flatpak" + echo "=================" sudo apt install -y flatpak gnome-software-plugin-flatpak flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo if ! (echo $XDG_DATA_DIRS | grep -q flatpak); then