mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2024-11-22 02:51:35 +01:00
Update install
This commit is contained in:
parent
02d909a20e
commit
89cad6f251
@ -60,10 +60,11 @@ create_dir
|
|||||||
|
|
||||||
# Install Gogs
|
# Install Gogs
|
||||||
cd $final_path
|
cd $final_path
|
||||||
wget https://github.com/go-gitea/gitea/releases/download/v1.3.3/gitea-1.3.3-linux-amd64
|
wget https://github.com/go-gitea/gitea/releases/download/v1.3.3/gitea-1.3.3-linux-amd64 gitea
|
||||||
|
mv gitea-1.3.3-linux-amd64 gitea
|
||||||
|
|
||||||
# Configure gogs with app.ini file
|
# Configure gogs with app.ini file
|
||||||
config_gogs
|
config_gitea
|
||||||
|
|
||||||
# Configure init script
|
# Configure init script
|
||||||
ynh_add_systemd_config
|
ynh_add_systemd_config
|
||||||
|
Loading…
Reference in New Issue
Block a user