Skip to content

Devtooler script to install POP! OS on top of Ubuntu ARM64 22.4 LTS server edition

Notifications You must be signed in to change notification settings

hqnicolas/pop_os_arm64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POP!_OS Arm64 Install Script

This script is for the installation of POP!_OS on top of Ubuntu 22.04 LTS Arm64 Server

Original blog post at Devtooler.com

Freeze Your Kernel

wget https://raw.githubusercontent.com/hqnicolas/pop_os_arm64/main/prepare.sh
sudo chmod 777 prepare.sh
sudo ./prepare.sh
sudo armbian-config
  • Enter: SYSTEM
  • Go to: FREEZE
  • Select: KERNEL

Install

wget https://raw.githubusercontent.com/hqnicolas/pop_os_arm64/main/install_pop_os_arm64.sh
sudo chmod 777 install_pop_os_arm64.sh
sudo ./install_pop_os_arm64.sh
wget https://raw.githubusercontent.com/hqnicolas/pop_os_arm64/main/pop_shop.sh
sudo chmod 777 pop_shop.sh
sudo ./pop_shop.sh

About

Devtooler script to install POP! OS on top of Ubuntu ARM64 22.4 LTS server edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%