mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2025-09-03 02:28:30 +02:00
Improve install and common.sh
This commit is contained in:
@ -72,11 +72,10 @@ ynh_add_systemd_config
|
||||
config_nginx
|
||||
|
||||
# Configure gitea with app.ini file
|
||||
cp -a ../conf/app.ini $final_path
|
||||
config_gitea
|
||||
|
||||
# Install gitea
|
||||
wget https://github.com/go-gitea/gitea/releases/download/v1.3.3/gitea-1.3.3-linux-amd64 -O $final_path/gitea
|
||||
wget -O gitea https://github.com/go-gitea/gitea/releases/download/v1.3.3/gitea-1.3.3-linux-amd64 $final_path/gitea
|
||||
|
||||
# Set permissions
|
||||
set_permission
|
||||
|
Reference in New Issue
Block a user