-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://extradummythicc@github.com/extradummyt…
…hicc/yacd
- Loading branch information
Showing
11 changed files
with
178 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# shellcheck disable=SC2148 | ||
# Leave empty to be asked when running the build script | ||
export NAME='sh0wer' | ||
export VERSION='v0.0.1' | ||
export ARCH='' | ||
|
||
# Leave empty to include all kernel modules in the build | ||
export KERNEL_MODULES='' | ||
|
||
# Leave empty to get the latest release | ||
export CHECKRA1N_AMD64='' # checkra1n binary for amd64 | ||
export CHECKRA1N_I486='' # checkra1n binary for i486 | ||
export SILEO='' # org.coolstar.sileo deb for iphoneos-arm | ||
export ZSTD='' # latest gz-compressed zstd release from https://github.com/facebook/zstd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.