Skip to content

Commit 3b0b9bd

Browse files
committed
official repo release
1 parent 1df88e5 commit 3b0b9bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@
1010
Debian/Ubuntu step 1 add repository:
1111
```bash
1212
apt update; apt-get -y upgrade; apt-get -y install wget apt-transport-https ca-certificates gnupg2 sudo
13-
echo "deb [arch=amd64 trusted=yes] https://repo.raweb.al/ $(cat /etc/os-release | grep VERSION_CODENAME= | cut -d= -f2) main" | sudo tee /etc/apt/sources.list.d/raweb.list
13+
curl -fsSL https://repo.raweb.al/install.sh | sudo bash
1414
```
1515

1616
Step 2 install webserver:
1717
```bash
1818
sudo apt update; sudo apt install -y raweb-webserver
1919
```
2020

21+
Follow https://repo.raweb.al for how to add repo, if you don't want to execute install.sh url.
22+
2123
---
2224

2325
## To-Do List

0 commit comments

Comments
 (0)