Skip to content

Commit

Permalink
fixup! [wip][feature] Add support for FAT images via PyFatFS
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Sep 15, 2024
1 parent 895d892 commit e30b9e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AppImage/build-ratarmount-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ function installAppImagePythonPackages()
else
"$APP_PYTHON_BIN" -I -m pip install --no-cache-dir rapidgzip
fi

# https://github.com/nathanhi/pyfatfs/issues/41
"$APP_PYTHON_BIN" -I -m pip install --no-cache-dir \
'git+https://github.com/mxmlnkn/pyfatfs.git@master#egginfo=pyfatfs'

"$APP_PYTHON_BIN" -I -m pip install --no-cache-dir ../core
"$APP_PYTHON_BIN" -I -m pip install --no-cache-dir ..[full]
}
Expand Down

0 comments on commit e30b9e2

Please sign in to comment.