Skip to content

Commit 3d3365b

Browse files
committed
Updates
1 parent 0a0204f commit 3d3365b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ install on Debian. If you're looking for the yazi source code, see
3434

3535
```sh
3636
curl -sS https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/debian.griffo.io.gpg
37-
echo "deb https://debian.griffo.io//apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list
37+
echo "deb https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list
38+
sudo apt update
3839
sudo apt install -y yazi
3940
```
4041

output/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Homepage: https://github.com/sxyazi/yazi
66
Package: yazi
77
Version: YAZI_VERSION-BUILD_VERSION+DIST
88
Architecture: SUPPORTED_ARCHITECTURES
9-
Depends: ffmpeg, 7zip, jq, poppler-utils, fd-find, ripgrep, fzf, zoxide, imagemagick
9+
Depends: ffmpeg, 7zip, jq, poppler-utils, fd-find, ripgrep, fzf, zoxide, imagemagick, file
1010
Description: a terminal file manager written in Rust, based on non-blocking async I/O
1111

0 commit comments

Comments
 (0)