Skip to content

Commit 0db56d6

Browse files
authored
don't add fuse package
1 parent 258358e commit 0db56d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ esac
2929
rm -rf "/usr/share/libalpm/hooks/package-cleanup.hook"
3030

3131
# Update & install OS base dependencies
32-
buildPkgs="base-devel freetype2 oniguruma wget fuse mesa file zsync appstream"
32+
buildPkgs="base-devel freetype2 oniguruma wget mesa file zsync appstream"
3333
ghosttyPkgs="gtk4 libadwaita"
3434
pacman -Syu --noconfirm
3535
pacman -Syw --noconfirm ${buildPkgs} ${ghosttyPkgs}

0 commit comments

Comments
 (0)