mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-17 12:48:49 +01:00
Updated Create DevTerm A06 OS image from scratch (markdown)
parent
8f47cb3943
commit
312573fa94
@ -57,10 +57,10 @@ sudo chroot .
|
||||
|
||||
## Inside Chroot
|
||||
```
|
||||
sudo apt install wget -y
|
||||
sudo apt install curl wget -y
|
||||
|
||||
wget -O - https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg | sudo apt-key add -
|
||||
echo "deb https://raw.githubusercontent.com/clockworkpi/apt/main/debian/ stable main" | sudo tee -a /etc/apt/sources.list.d/clockworkpi.list
|
||||
curl https://raw.githubusercontent.com/clockworkpi/apt/main/debian/KEY.gpg | sudo tee /etc/apt/trusted.gpg.d/clockworkpi.asc
|
||||
echo "deb https://raw.githubusercontent.com/clockworkpi/apt/main/debian/ stable main" | sudo tee /etc/apt/sources.list.d/clockworkpi.list
|
||||
|
||||
sudo apt update
|
||||
sudo apt remove linux-image*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user