Skip to content

Release 20240803

Compare
Choose a tag to compare
@Shubhamvis98 Shubhamvis98 released this 03 Aug 17:29
· 34 commits to master since this release
d7532ce

Default User/Pass: kali/8888

Changelog:

  • Added my self-hosted repository.
  • Fixed Mobian repository.
  • Added nethunter and network-scanner apps

Installation:

From PinePhone/Pro:

unxz ${IMAGE_FILE}.xz && bmaptool copy ${IMAGE_FILE} /dev/mmcblkX
or
unxz -c ${IMAGE_FILE}.xz | dd of=/dev/mmcblkX bs=1M oflag=sync status=progress
X: Storage Device

From PC [Use Tow-Boot's Mass Storage]:

While booting press Vol-up to boot into Mass Storage, led color will be blue

unxz ${IMAGE_FILE}.xz && bmaptool copy ${IMAGE_FILE} /dev/sdX
or
unxz -c ${IMAGE_FILE}.xz | dd of=/dev/sdX bs=1M oflag=sync status=progress
X: Storage Device

Please install Tow-Boot if boot fails

Create an issue if you see any bug in the release

GitHub release (by tag)