add git clone ramdisk

This commit is contained in:
edwin 2023-03-22 18:47:57 -04:00
parent 6cdc628abe
commit 8099c7c94e

View file

@ -24,6 +24,9 @@ max_args=2
arg_count=0
extractedIpsw="ipsw/extracted/"
if [ ! -d "ramdisk/" ]; then
git clone https://github.com/dualra1n/ramdisk.git
fi
# =========
# Functions
# =========