Skip to content

Commit 47a8863

Browse files
committed
s/fuse3/fuse/
This commit attempts to install 'fuse' instead of 'fuse3' to attempt to fix the AppImage build issue in arm * #40 (comment)
1 parent 60074a5 commit 47a8863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/linux/buildAppImage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [ $INODE_NUM -gt 3 ]; then
4343
SUDO=''
4444
fi
4545

46-
APT_PACKAGES='iptables git python3-pip python3-setuptools python3-virtualenv rsync curl wget gnupg file gnupg squashfs-tools coreutils fuse3'
46+
APT_PACKAGES='iptables git python3-pip python3-setuptools python3-virtualenv rsync curl wget gnupg file gnupg squashfs-tools coreutils fuse'
4747

4848
################################################################################
4949
# FUNCTIONS #

0 commit comments

Comments
 (0)