mirror of
https://codeberg.org/revsuine/disable-c6-runit.git
synced 2025-01-22 21:38:07 +00:00
get rid of syntax highlighting
This commit is contained in:
parent
d9897728bd
commit
09f8c5ed52
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -20,7 +20,7 @@ on Linux.
|
||||||
This is on the AUR at `disable-c6-runit-git`. Either install it using your
|
This is on the AUR at `disable-c6-runit-git`. Either install it using your
|
||||||
favourite AUR helper, or install the package without a helper:
|
favourite AUR helper, or install the package without a helper:
|
||||||
|
|
||||||
```sh
|
```
|
||||||
$ git clone https://aur.archlinux.org/disable-c6-runit-git.git
|
$ git clone https://aur.archlinux.org/disable-c6-runit-git.git
|
||||||
$ cd disable-c6-runit-git
|
$ cd disable-c6-runit-git
|
||||||
$ makepkg -si
|
$ makepkg -si
|
||||||
|
@ -30,7 +30,7 @@ $ makepkg -si
|
||||||
|
|
||||||
Clone the repo:
|
Clone the repo:
|
||||||
|
|
||||||
```sh
|
```
|
||||||
$ git clone --depth=1 https://codeberg.org/revsuine/disable-c6-runit.git
|
$ git clone --depth=1 https://codeberg.org/revsuine/disable-c6-runit.git
|
||||||
$ cd disable-c6-runit
|
$ cd disable-c6-runit
|
||||||
```
|
```
|
||||||
|
@ -38,13 +38,13 @@ $ cd disable-c6-runit
|
||||||
Copy the `disable-c6/` folder to wherever you store your runit services, e.g.
|
Copy the `disable-c6/` folder to wherever you store your runit services, e.g.
|
||||||
for where Artix keeps their folders:
|
for where Artix keeps their folders:
|
||||||
|
|
||||||
```sh
|
```
|
||||||
# cp -r disable-c6 /etc/runit/sv
|
# cp -r disable-c6 /etc/runit/sv
|
||||||
```
|
```
|
||||||
|
|
||||||
For Void:
|
For Void:
|
||||||
|
|
||||||
```sh
|
```
|
||||||
# cp -r disable-c6 /etc/sv
|
# cp -r disable-c6 /etc/sv
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -55,19 +55,19 @@ varies by distro.
|
||||||
|
|
||||||
### Void Linux
|
### Void Linux
|
||||||
|
|
||||||
```sh
|
```
|
||||||
# ln -s /etc/sv/disable-c6 /var/service
|
# ln -s /etc/sv/disable-c6 /var/service
|
||||||
```
|
```
|
||||||
|
|
||||||
### Artix Linux
|
### Artix Linux
|
||||||
|
|
||||||
```sh
|
```
|
||||||
# ln -s /etc/runit/sv/disable-c6 /run/runit/service
|
# ln -s /etc/runit/sv/disable-c6 /run/runit/service
|
||||||
```
|
```
|
||||||
|
|
||||||
### Debian
|
### Debian
|
||||||
|
|
||||||
```sh
|
```
|
||||||
# ln -s /etc/runit/disable-c6 /etc/service
|
# ln -s /etc/runit/disable-c6 /etc/service
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ varies by distro.
|
||||||
|
|
||||||
Break the symlink:
|
Break the symlink:
|
||||||
|
|
||||||
```sh
|
```
|
||||||
# unlink /var/service/disable-c6
|
# unlink /var/service/disable-c6
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue