更新 Service:Gitea
+2
-2
@@ -7,11 +7,11 @@ apt update && apt install -y git
|
|||||||
# 下載 Gitea
|
# 下載 Gitea
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget -O gitea https://dl.gitea.com/gitea/1.25.3/gitea-1.25.3-linux-amd64
|
wget -O /usr/local/bin/gitea https://dl.gitea.com/gitea/1.25.3/gitea-1.25.3-linux-amd64
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget -O gitea https://dl.gitea.com/gitea/1.26.2/gitea-1.26.2-linux-amd64
|
wget -O /usr/local/bin/gitea https://dl.gitea.com/gitea/1.26.2/gitea-1.26.2-linux-amd64
|
||||||
```
|
```
|
||||||
|
|
||||||
將 gitea 設定為可執行檔
|
將 gitea 設定為可執行檔
|
||||||
|
|||||||
Reference in New Issue
Block a user