mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Update install
This commit is contained in:
parent
04816918c1
commit
7cc5c5ced6
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ ynh_system_user_create $app
|
||||||
create_dir
|
create_dir
|
||||||
|
|
||||||
# Install Gogs
|
# Install Gogs
|
||||||
ynh_setup_source $final_path $architecture
|
cd $final_path
|
||||||
|
wget https://github.com/go-gitea/gitea/releases/download/v1.3.3/gitea-1.3.3-linux-$architecture
|
||||||
|
|
||||||
# Configure gogs with app.ini file
|
# Configure gogs with app.ini file
|
||||||
config_gogs
|
config_gogs
|
||||||
|
|
Loading…
Add table
Reference in a new issue