Skip to content

Commit

Permalink
add libfuse<3
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightXiaoHan committed Aug 14, 2023
1 parent cb68d2c commit 9b65187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions general/fish/config-linux.fish
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ if test -f ~/.cache/homecli/miniconda/bin/conda
end
# <<< conda initialize <<<

set -gx LD_LIBRARY_PATH ~/.cache/homecli/miniconda/lib $LD_LIBRARY_PATH

if not nvim --headless -c quit 2>/dev/null
alias nvim='nvim --appimage-extract-and-run'
alias tmux='tmux --appimage-extract-and-run'
Expand Down
1 change: 1 addition & 0 deletions homecli/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def install_conda():
"git",
"conda-pack",
"poetry",
"libfuse<3.0.0", # APPImage TODO upgrade to >=3.0.0
]
if ARCHITECTURE in ("x86_64", "amd64"):
# url = "https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh"
Expand Down

0 comments on commit 9b65187

Please sign in to comment.