Just copy and paste to your shell, Press [enter] and the config will be automatically deploy
wget -O /etc/systemd/system/zram.service https://github.com/wikihost-opensource/centos-init/raw/main/system/zram/16g.service && systemctl enable zram && systemctl restart zram
wget -O /etc/systemd/system/zram.service https://github.com/wikihost-opensource/centos-init/raw/main/system/zram/8g.service && systemctl enable --now zram && systemctl restart zram
wget -O /etc/systemd/system/zram.service https://github.com/wikihost-opensource/centos-init/raw/main/system/zram/4g.service && systemctl enable zram && systemctl restart zram
wget -O /etc/systemd/system/zram.service https://github.com/wikihost-opensource/centos-init/raw/main/system/zram/2g.service && systemctl enable zram && systemctl restart zram
bash -c "$(wget -qO - https://github.com/wikihost-opensource/centos-init/raw/main/network/dns-over-https/cloudflare.sh)"
bash -c "$(wget -qO - https://github.com/wikihost-opensource/centos-init/raw/main/network/bbr/centos7.sh)"