changed akas.io links to k4t.io

This commit is contained in:
k4yt3x 2021-05-25 07:18:13 +00:00
parent 5eecf56b0a
commit f426457a6b

View File

@ -134,8 +134,8 @@ kernel.kptr_restrict = 2
## Short URL for Downloading `sysctl.conf`
For convenience, I have pointed the URL `https://akas.io/sysctl` to the `sysctl.conf` file. You may therefore download the `sysctl.conf` file with the following command. However, be sure to check the file's integrity after downloading it if you choose to download using this method.
For convenience, I have pointed the URL `https://k4t.io/sysctl` to the `sysctl.conf` file. You may therefore download the `sysctl.conf` file with the following command. However, be sure to check the file's integrity after downloading it if you choose to download using this method.
```shell
curl -sSL akas.io/sysctl -o sysctl.conf
curl -L k4t.io/sysctl -o sysctl.conf
```