update gaster
This commit is contained in:
parent
7891fd1329
commit
8e6d6b0a11
3 changed files with 1 additions and 8 deletions
BIN
binaries/Darwin/gaster
Executable file
BIN
binaries/Darwin/gaster
Executable file
Binary file not shown.
BIN
binaries/Linux/gaster
Executable file
BIN
binaries/Linux/gaster
Executable file
Binary file not shown.
|
|
@ -463,7 +463,7 @@ _boot() {
|
|||
"$dir"/irecovery -f "boot/${deviceid}/kernelcache.img4"
|
||||
sleep 1
|
||||
|
||||
"$dir"/irecovery -c "$(if [ ! "$fsboot" = "1" ]; then echo "bootx"; else echo "fsboot"; fi)"
|
||||
"$dir"/irecovery -c bootx
|
||||
exit;
|
||||
}
|
||||
|
||||
|
|
@ -546,13 +546,6 @@ else
|
|||
mkdir work
|
||||
fi
|
||||
|
||||
if [ ! -e "$dir"/gaster ]; then
|
||||
curl -sLO https://nightly.link/verygenericname/gaster/workflows/makefile/main/gaster-"$os".zip
|
||||
unzip gaster-"$os".zip
|
||||
mv gaster "$dir"/
|
||||
rm -rf gaster gaster-"$os".zip
|
||||
fi
|
||||
|
||||
chmod +x "$dir"/*
|
||||
|
||||
# ============
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue