install fuse
This commit is contained in:
parent
2fa3dde868
commit
8d5b8154e1
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue