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
791bc306c8
commit
c7a6f4cfee
1 changed files with 22 additions and 1 deletions
21
shit.sh
21
shit.sh
|
@ -75,3 +75,24 @@ sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flat
|
|||
|
||||
## Replace bash with busybox sh
|
||||
printf "\n\nbusybox sh" >> "/etc/bash.bashrc"
|
||||
|
||||
## Add T2 Mac Compatibility
|
||||
|
||||
sudo apt install curl git
|
||||
sudo apt install cinnamon sddm
|
||||
curl -s --compressed "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 curl -s --compressed -o /etc/apt/sources.list.d/t2.list "https://adityagarg8.github.io/t2-ubuntu-repo/t2.list"
|
||||
sudo apt update
|
||||
sudo apt install t2-kernel-script
|
||||
sudo update_t2_kernel
|
||||
sudo apt install apple-t2-audio-config tiny-dfr zstd
|
||||
wget http://nodemixaholic.com:3002/nodemixaholic/apple-broadcom-firmware-arch/raw/branch/main/apple-bcm-firmware-14.0-1-any.pkg.tar.zst
|
||||
zstd -d -c apple-bcm-firmware-14.0-1-any.pkg.tar.zst | tar -xvf -
|
||||
sudo cp -r ./usr/* /usr/
|
||||
sudo apt install iwd
|
||||
sudo sed -i 's/^wifi\.backend.*/wifi.backend=iwd/' /etc/NetworkManager/NetworkManager.conf
|
||||
sudo systemctl enable --now iwd
|
||||
git clone https://github.com/kekrby/t2-better-audio
|
||||
cd t2-better-audio
|
||||
sudo ./install.sh
|
||||
cd ..
|
Loading…
Reference in a new issue