Code Monkey home page Code Monkey logo

Comments (3)

5T33Z0 avatar 5T33Z0 commented on June 11, 2024 1

Wow, that's cool. But I don't know what to do. I don't understand the instruction "Please move to the windows ➤ \OpenCore-Patcher.app". Can you explain? Thank you.

EDIT: I got it now. Maybe the instruction should say: "Add path to OpenCore-Patcher.app and press Enter"

It's working.

from oc-little-translated.

chris1111 avatar chris1111 commented on June 11, 2024 1

Hi @5T33Z0 good morning

I put the script on a gist because its easy to editing.
with this revision we can extract this release and the next ones of OCLP AMFIPass because it is not looking for a particular kexts number.
You can edit your command script after testing it if you want.

from oc-little-translated.

chris1111 avatar chris1111 commented on June 11, 2024

EDIT
AMFIPass-v1.2.1-Extract.zip

  • script command
#!/bin/bash
# Extract AMFIPass.kext
# By chris1111
rm -rf $HOME/Desktop/AMFIPass-v1.2.1-RELEASE.zip
# get AMFIPass path
if [ "$2" == "" ]; then

echo -n "Please move to terminal window ➤  \ OpenCore-Patcher.app \ 
Followed by ENTER: "

while [ -z "$AMFIPass" ]; do
read AMFIPass
done
if [ ! -d "$AMFIPass" ]; then echo "$AMFIPass not found"; exit; fi 
else
AMFIPass="$2"
fi
 
# open Installer.app
echo -n password | hdiutil attach -stdinpass -owners on -nobrowse -noverify -mountpoint /tmp/AMFI "$AMFIPass"/Contents/Resources/payloads.dmg

cp -Rp /tmp/AMFI/Kexts/Acidanthera/AMFIPass-v1.2.1-RELEASE.zip $HOME/Desktop
Sleep 1
Umount -f /tmp/AMFI

echo "Done ➤ $HOME/Desktop/AMFIPass-v1.2.1-RELEASE.zip"

Screenshot 2023-05-31 at 05 17 04

from oc-little-translated.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.