add CDN instruction

This commit is contained in:
Evgeny Nerush
2024-11-11 23:06:58 +03:00
parent 7f4cb2710e
commit 000701608a
5 changed files with 56 additions and 45 deletions

View File

@@ -9,8 +9,11 @@ fi
dnf update --assumeyes
# - vim is a cool text editor
# - iproute is needed for `ss` command, to see which ports are already in use
# - you need podman if plan to use Cloudflare CDN
# - jq and openssl are needed for easy-xray
dnf install --assumeyes podman openssl jq vim iproute
# - you need nginx if plan to use Cloudflare CDN
# - iproute is needed for `ss` command, to see which ports are already in use
# - vim is a cool text editor
dnf install --assumeyes jq openssl nginx iproute vim
echo -e "Finished. Time to reboot!
"