Added script headers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This is the HardKernel Odroid U2 Kali ARM build script - http://www.kali.org/downloads
|
||||
# This is the HardKernel Odroid U2 Kali ARM build script - http://hardkernel.com/main/main.php
|
||||
# A trusted Kali Linux image created by Offensive Security - http://www.offensive-security.com
|
||||
|
||||
if [[ $# -eq 0 ]] ; then
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This is the HardKernel Odroid XU Kali ARM build script - http://www.kali.org/downloads
|
||||
# This is the HardKernel Odroid XU Kali ARM build script - http://hardkernel.com/main/main.php
|
||||
# A trusted Kali Linux image created by Offensive Security - http://www.offensive-security.com
|
||||
|
||||
|
||||
|
||||
3
rpi.sh
3
rpi.sh
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This is the Raspberry Pi Kali ARM build script - http://www.kali.org/downloads
|
||||
# A trusted Kali Linux image created by Offensive Security - http://www.offensive-security.com
|
||||
|
||||
if [[ $# -eq 0 ]] ; then
|
||||
echo "Please pass version number, e.g. $0 1.0.1"
|
||||
exit 0
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This is the Utilite Kali ARM build script - http://utilite-computer.com/web/home
|
||||
# A trusted Kali Linux image created by Offensive Security - http://www.offensive-security.com
|
||||
|
||||
if [[ $# -eq 0 ]] ; then
|
||||
echo "Please pass version number, e.g. $0 1.0.1"
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user