mirror of
https://github.com/Sneed-Group/shit-script
synced 2024-12-23 11:42:52 -06:00
Update 'shit.sh'
This commit is contained in:
parent
0a3677f73c
commit
a9d1d5d069
1 changed files with 1 additions and 1 deletions
2
shit.sh
2
shit.sh
|
@ -60,7 +60,7 @@ printf "\n\nbusybox sh" >> "/etc/bash.bashrc"
|
||||||
CODENAME=jammy
|
CODENAME=jammy
|
||||||
sudo curl -L -o /etc/apt/sources.list.d/t2.list -url "https://adityagarg8.github.io/t2-ubuntu-repo/t2.list"
|
sudo curl -L -o /etc/apt/sources.list.d/t2.list -url "https://adityagarg8.github.io/t2-ubuntu-repo/t2.list"
|
||||||
echo "deb [signed-by=/etc/apt/trusted.gpg.d/t2-ubuntu-repo.gpg] https://github.com/AdityaGarg8/t2-ubuntu-repo/releases/download/${CODENAME} ./" >> /etc/apt/sources.list.d/t2.list
|
echo "deb [signed-by=/etc/apt/trusted.gpg.d/t2-ubuntu-repo.gpg] https://github.com/AdityaGarg8/t2-ubuntu-repo/releases/download/${CODENAME} ./" >> /etc/apt/sources.list.d/t2.list
|
||||||
sudo apt install cinnamon sddm
|
sudo apt install sddm vlc shotcut
|
||||||
curl -L -url "https://adityagarg8.github.io/t2-ubuntu-repo/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/t2-ubuntu-repo.gpg >/dev/null
|
curl -L -url "https://adityagarg8.github.io/t2-ubuntu-repo/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/t2-ubuntu-repo.gpg >/dev/null
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install linux-t2
|
sudo apt install linux-t2
|
||||||
|
|
Loading…
Reference in a new issue