Deprecated: 從 6.9.0 版開始,以引數呼叫 WP_Dependencies->add_data() 函式的方式已淘汰不用。IE conditional comments are ignored by all supported browsers. in /var/www/old.ice.com.tw/wp-includes/functions.php on line 6131

Deprecated: 從 6.9.0 版開始,以引數呼叫 WP_Dependencies->add_data() 函式的方式已淘汰不用。IE conditional comments are ignored by all supported browsers. in /var/www/old.ice.com.tw/wp-includes/functions.php on line 6131

Deprecated: 從 6.9.0 版開始,以引數呼叫 WP_Dependencies->add_data() 函式的方式已淘汰不用。IE conditional comments are ignored by all supported browsers. in /var/www/old.ice.com.tw/wp-includes/functions.php on line 6131

Deprecated: 從 6.9.0 版開始,以引數呼叫 WP_Dependencies->add_data() 函式的方式已淘汰不用。IE conditional comments are ignored by all supported browsers. in /var/www/old.ice.com.tw/wp-includes/functions.php on line 6131

almalinux 8.6安裝、設定及升級Gitea

安裝

To upgrade to the latest Gitea version, simply download and replace the binary.

  1. Stop the Gitea service:sudo systemctl stop gitea

Download the latest Gitea version and move it to the /usr/local/bin directory:

VERSION=<THE_LATEST_GITEA_VERSION>wget -O /tmp/gitea https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64sudo mv /tmp/gitea /usr/local/bin

Make the binary executable:

sudo chmod +x /usr/local/bin/gitea

Restart the Gitea service:

sudo systemctl restart gitea