Skip to content

Commit

Permalink
feat: Add download link for apple_set_os-loader
Browse files Browse the repository at this point in the history
This also changes the apple_set_os-loader repo to
redecorating/apple_set_os-loader
  • Loading branch information
sharpenedblade committed Jul 27, 2023
1 parent f681b3c commit 2aa541b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/guides/hybrid-graphics.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,15 @@ If you experience system freezes, then the laptop's fans becoming loud, before t
1. Compile apple-set-os loader. These instructions assume you have `gnu-efi` installed, and mount your EFI partition on `/boot/efi`. If you mount the EFI partition somewhere else or use refind, you will need to replace /boot/efi with the mount point of the partition in which your bootloader is installed.
!!! info Binary Releases
If you have problems compiling apple_set_os-loader, you can download the pre-compiled binary from the [releases page](https://github.com/Redecorating/apple_set_os-loader/releases/latest)
- Ubuntu and Debian: `sudo apt install gnu-efi build-essential`
- Arch, EndeavorOS, and Manjaro: `sudo pacman -Syu base-devel gnu-efi`
- Fedora: `sudo dnf install "@C Development Tools and Libraries" gnu-efi`
```sh
git clone https://github.com/aa15032261/apple_set_os-loader
git clone https://github.com/Redecorating/apple_set_os-loader
cd apple_set_os-loader
make
sudo mv /boot/efi/efi/boot/bootx64.efi /boot/efi/efi/boot/bootx64_original.efi
Expand Down

0 comments on commit 2aa541b

Please sign in to comment.