Files
kali-arm/raspberry-pi-64-bit.sh

11 lines
372 B
Bash
Raw Normal View History

2021-09-16 06:42:05 +01:00
#!/usr/bin/env bash
#
# Kali Linux ARM build-script for Raspberry Pi 2 1.2/3/4/400 (64-bit)
2021-10-12 22:10:32 +01:00
# Source: https://gitlab.com/kalilinux/build-scripts/kali-arm
2021-09-16 06:42:05 +01:00
#
2021-10-12 22:10:32 +01:00
# This is a supported device - which you can find pre-generated images on: https://www.kali.org/get-kali/
# More information: https://www.kali.org/docs/arm/raspberry-pi-64-bit/
2021-09-16 06:42:05 +01:00
#
./raspberry-pi.sh --arch arm64 "$@"