Skip to content

Commit

Permalink
Update mirrors docs
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Mar 30, 2024
1 parent a22d92f commit de6a040
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/content/docs/en/community/setting-mirror.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@ Finally, run the rsync service:
<Tabs>
<TabItem label="init">

```sh
```shell
sudo service rsync start
```

</TabItem>
<TabItem label="systemd">

```sh
```shell
sudo systemctl enable rsyncd
sudo systemctl start rsyncd
```
Expand Down Expand Up @@ -185,14 +185,14 @@ To keep your mirror up-to-date, you should regularly sync with the Athena OS rep
<Tabs>
<TabItem label="init">

```sh
```shell
sudo service cron start
```

</TabItem>
<TabItem label="systemd">

```sh
```shell
sudo systemctl enable cronie
sudo systemctl start cronie
```
Expand Down Expand Up @@ -267,14 +267,14 @@ If you don't get any error, start nginx service:
<Tabs>
<TabItem label="init">

```sh
```shell
sudo service nginx start
```

</TabItem>
<TabItem label="systemd">

```sh
```shell
sudo systemctl enable nginx
sudo systemctl start nginx
```
Expand All @@ -297,14 +297,14 @@ Install the certbot plugin for Nginx:
<Tabs>
<TabItem label="Arch Linux">

```sh
```shell
sudo pacman -S certbot-nginx
```

</TabItem>
<TabItem label="Debian">

```sh
```shell
sudo apt install python3-certbot-nginx
```
</TabItem>
Expand Down Expand Up @@ -354,14 +354,14 @@ If you don't get any error, start nginx service:
<Tabs>
<TabItem label="init">

```sh
```shell
sudo service nginx start
```

</TabItem>
<TabItem label="systemd">

```sh
```shell
sudo systemctl enable nginx
sudo systemctl start nginx
```
Expand Down

0 comments on commit de6a040

Please sign in to comment.