hyperos_port-test Code
Brought to you by:
andexzu
File | Date | Author | Commit |
---|---|---|---|
bin | 2024-02-17 |
![]() |
[753b1c] Add files via upload |
devices | 2024-02-17 |
![]() |
[8684bb] Add files via upload |
.gitignore | 2024-02-17 |
![]() |
[ca98ef] Initial commit |
LICENSE | 2024-02-17 |
![]() |
[ca98ef] Initial commit |
README.md | 2024-02-17 |
![]() |
[a641f7] Обновить README.md |
README_en-US.md | 2024-02-17 |
![]() |
[315472] Обновить README_en-US.md |
README_ru-RU.md | 2024-02-17 |
![]() |
[bad1a2] Обновить README_ru-RU.md |
functions.sh | 2024-02-17 |
![]() |
[4c1483] Add files via upload |
port.sh | 2024-02-17 |
![]() |
[4c1483] Add files via upload |
setup.sh | 2024-02-17 |
![]() |
[4c1483] Add files via upload |
sudo apt update
sudo apt upgrade
sudo apt install git -y
# Clone project
git clone https://github.com/toraidl/hyperos_port.git
cd hyperos_port
# Install dependencies
sudo ./setup.sh
# Start porting
sudo ./port.sh <baserom> <portrom>
# Install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Clone project
git clone https://github.com/toraidl/hyperos_port.git
cd hyperos_port
# Install dependencies
sudo ./setup.sh
# Start porting
sudo ./port.sh <baserom> <portrom>
pkg update
pkg upgrade
pkg install git tsu -y
# Clone project
git clone https://github.com/toraidl/hyperos_port.git
cd hyperos_port/
# Install depenencies
./setup.sh
# Enter root mode
tsu
./port.sh <baserom> <portrom>
In this project, some or all of the content is derived from the following open-source projects. Special thanks to the developers of these projects.