SKYLINED IS NOW DEPRECATED!!!! Please use yanu!
A no joke, user-friendly and "high quality" nsp updater script for skyline emulator! ✨
Skylined is a no joke "high quality" nsp updater script for Termux and WSL/Linux (W.I.P) which is made in pure bash;
The main basis of the script is to be as much as user-friendly as possible.
Also consider starring ✨ the repository to support the project--
Well ahem what inspired me to make this script was the Github-Cli installer it had a CLI-GUI selector and it looked very kewl to me so i wanted to try out making something similar in bash and guess what?
The result is this script!
<Please note that this project is temporary and was only made to aid skyline until it adds update and dlc support.>
To install in termux just copy paste this command and the installation script will do everything for you:
bash <(curl -s https://raw.githubusercontent.com/nekomekoraiyuu/skylined/main/scripts/skylined_install.sh)
There are many flavors of Linux Distributions are available but here are the installation commands for the major distros.
Before you install the script make sure you have curl
installed.
To check whether curl
is installed or not you can type out this command:
which curl
If the output is blank then curl is not installed. Else the curl
binary is installed.
You can install curl using this command:
sudo apt install curl -y
This will install curl binary for you; (You can skip this step btw if you have it installed.)
If you already have curl
installed or have it installed you can now finally run this command to install skylined
:
sudo bash -c "bash <(curl -s https://raw.githubusercontent.com/nekomekoraiyuu/skylined/main/scripts/skylined_install.sh)"
No need to worry about anything the script will do everything automatically for you just be patient :3
Well if your distro is unsupported or not in this list you can try installing it a bit manually.
To install this script you must have these dependencies installed:
git
curl
gcc
binutils
coreutils
(Please note that onlytrap
is required)
If you have these all installed you can install skylined
by typing out this command:
sudo bash -c "bash <(curl -s https://raw.githubusercontent.com/nekomekoraiyuu/skylined/main/scripts/skylined_install.sh) --skip-distro --skip-binaries"
$ <Install command here> --list-args
-
nsp
-
xci
-
nro
This section is under W.I.P
- Cannot update very large games like more than ~7-10 Gigabytes approx (It depends on the rom; Probably hactool issue)
You can report any bugs in the issues section