Skip to content

Commit

Permalink
actions: do not install uneeded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Dec 21, 2023
1 parent 5c94653 commit ec440f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install dependencies (packages)
run: |
brew install make autoconf automake pkg-config gnu-sed coreutils ldid-procursus
brew install make gnu-sed ldid-procursus
- name: Install dependecies
run: |
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# plooshInit

how to compile on macos:

1. make sure xcode is installed
2. install gnu sed, procursus ldid and gnu make
(`brew install gnu-sed make ldid-procursus`)
3. get the two dependency files, they are the palera1n loader
ipa and the procursus binpack.
get [palera1nLoader.ipa](https://static.palera.in/artifacts/loader/universal_lite/palera1nLoader.ipa) and place into the src directory.
get [binpack.tar](https://static.palera.in/binpack.tar) and also place them it in the src directory
4. `gmake -j$(sysctl -n hw.ncpu)`
5. you will probably be required to enter macOS password via the GUI and CLI, if you want to do it headless run the makefile as root.
6. check the output files, src/ramdisk.dmg and src/binpack.dmg
7. you can use the files in palera1n like this: `palera1n -r /path/to/ramdisk.dmg -o /path/to/binpack.dmg`

0 comments on commit ec440f4

Please sign in to comment.