1
0
Fork 0

^melhor-o-desempenho-do-ubuntu
Implantação no Surge / deploy (push) Waiting to run Details

This commit is contained in:
Raul Dipeas 2024-04-08 14:22:58 -03:00
parent 724679e3a4
commit 7f64de1170
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ A próxima otimzação que podemos fazer no **Ubuntu**, é no gerenciamento de p
Para instalar o **CFS Zen tweaks**, basta executar os comandos abaixo:
```bash
wget -q --show-progress "$(wget -qO- https://api.github.com/repos/igo95862/cfs-zen-tweaks/releases|grep browser_download_url|grep .deb|head -n1|cut -d '"' -f4)"
pkcon install-local ./cfs-zen-tweaks*.deb
sudo apt install ./cfs-zen-tweaks*.deb
systemctl enable set-cfs-tweaks.service
systemctl start set-cfs-tweaks.service
```