Skip to content

RubyEyedReaper/angry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Ubuntu Installation & Setup Guide

1. Create a Bootable USB

  1. Download Ubuntu Desktop.
  2. Flash it to a USB drive using Rufus (Windows) or dd (Linux/Mac).
  3. Boot from the USB drive.

2. Install Ubuntu

  1. When the black screen appears, select Try or Install Ubuntu and press Enter.
  2. Follow the installation steps (Next → Next → Next).
  3. Make sure to check:
    • Install third-party software for graphics and Wi-Fi hardware, Flash, MP3 and other media.

3. Post-Installation Setup

Run the following commands to update and configure your system:

wget https://github.com/RubyEyedReaper/angry/blob/main/ubuntu.sh
sudo chmod +x ubuntu.sh
sudo ./ubuntu.sh

System will download updates, Set device static ip and then restarts

4. Install Pterodactyl

Run the following commands to install and configure Pterodactyl:

bash <(curl -s https://pterodactyl-installer.se)

Enable and start the wings service:

sudo systemctl enable wings
sudo systemctl start wings
sudo ufw status

✅ Your Ubuntu system with Pterodactyl is now set up and ready to use.

About

quick tutorial for a friend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages