0% found this document useful (0 votes)
88 views

Skyport Installer Code

dsf

Uploaded by

mdmahimkhanmahi2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views

Skyport Installer Code

dsf

Uploaded by

mdmahimkhanmahi2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

# Ubuntu/Debian

sudo mkdir -p /etc/apt/keyrings


curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --
dearmor -o /etc/apt/keyrings/nodesource.gpg
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg]
https://deb.nodesource.com/node_20.x nodistro main" | sudo tee
/etc/apt/sources.list.d/nodesource.list

sudo apt update


sudo apt install -y nodejs git

git clone https://github.com/achul123/panel5


cd panel5
npm install
npm run seed
npm run createUser
node .

WINGS
curl -sSL https://get.docker.com/ | CHANNEL=stable bash

sudo mkdir -p /etc/apt/keyrings


curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --
dearmor -o /etc/apt/keyrings/nodesource.gpg
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg]
https://deb.nodesource.com/node_16.x nodistro main" | sudo tee
/etc/apt/sources.list.d/nodesource.list

sudo apt update


sudo apt install -y nodejs git
git clone https://github.com/achul123/skyportd
cd skyportd
npm install
node .

You might also like