We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df88e5 commit 3b0b9bdCopy full SHA for 3b0b9bd
README.md
@@ -10,14 +10,16 @@
10
Debian/Ubuntu step 1 add repository:
11
```bash
12
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
+curl -fsSL https://repo.raweb.al/install.sh | sudo bash
14
```
15
16
Step 2 install webserver:
17
18
sudo apt update; sudo apt install -y raweb-webserver
19
20
21
+Follow https://repo.raweb.al for how to add repo, if you don't want to execute install.sh url.
22
+
23
---
24
25
## To-Do List
0 commit comments