From 8d5b8154e1e43b5c08216839b384916328002aa8 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Mon, 28 Jul 2025 19:31:09 +0200 Subject: [PATCH] install fuse --- install_it_all.sh | 2 +- install_the_basics.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install_it_all.sh b/install_it_all.sh index 09b8240..a0d8719 100755 --- a/install_it_all.sh +++ b/install_it_all.sh @@ -23,7 +23,7 @@ sudo apt-get install \ gnome-shell-extension-gpaste gpaste-2 whois winbind util-linux \ uuid-runtime python3-autopep8 python3-flake8 pre-commit python3-poetry \ bsdgames vitetris wireguard wireshark virt-manager rustup \ - fonts-noto* cmake libgtk-3-dev + fonts-noto* cmake libgtk-3-dev fuse flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo flatpak install \ md.obsidian.Obsidian \ diff --git a/install_the_basics.sh b/install_the_basics.sh index eccc7bd..14516d9 100755 --- a/install_the_basics.sh +++ b/install_the_basics.sh @@ -2,6 +2,6 @@ set -e apt-get update apt-get install git curl wget vim fd-find bat python3 \ python-is-python3 tmux btop htop fzf lsd tldr trash-cli \ - ripgrep tree nmap unzip zsh lsof rsync moreutils + ripgrep tree nmap unzip zsh lsof rsync moreutils fuse apt-get upgrade apt-get autoremove