aboutsummaryrefslogtreecommitdiff
path: root/content/post/install-code-server-on-artix.md
diff options
context:
space:
mode:
authorAditya <bluenerd@protonmail.com>2023-02-13 11:25:31 +0530
committerAditya <bluenerd@protonmail.com>2023-02-13 11:25:31 +0530
commitec397d766d909b0ac62251085c52e120e086122c (patch)
tree0a5b75c66e787fdfe122d1759afbd10b350b2a51 /content/post/install-code-server-on-artix.md
parentb82c1602ff49dab296e6ca02de5259735f7099c6 (diff)
point to new url
Diffstat (limited to 'content/post/install-code-server-on-artix.md')
-rw-r--r--content/post/install-code-server-on-artix.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/post/install-code-server-on-artix.md b/content/post/install-code-server-on-artix.md
index c86cc38..b4cd411 100644
--- a/content/post/install-code-server-on-artix.md
+++ b/content/post/install-code-server-on-artix.md
@@ -56,10 +56,10 @@ makepkg -si
```
## Download and configure OpenRC script
-The [script](https://banyan.divineduty.xyz/GNUxeava/code-server-openrc) is pretty generic and should work on most OpenRC-based distributions with minimal tweaks. You just need to download it, make it executable and put your username in line 3.
+The [script](https://gitea.adityakumar.xyz/aditya/code-server-openrc) is pretty generic and should work on most OpenRC-based distributions with minimal tweaks. You just need to download it, make it executable and put your username in line 3.
```bash
cd /etc/init.d/
-sudo wget -c https://banyan.divineduty.xyz/GNUxeava/code-server-openrc/raw/branch/master/code-server
+sudo wget -c https://gitea.adityakumar.xyz/aditya/code-server-openrc/raw/branch/master/code-server
sudo chmod +x code-server
```