mirror of
				https://framagit.org/YunoHost-Apps/gitea_ynh.git
				synced 2025-10-30 21:35:36 +01:00 
			
		
		
		
	[fix] Install
This commit is contained in:
		| @@ -71,15 +71,15 @@ ynh_add_systemd_config | ||||
| # Modify Nginx configuration file and copy it to Nginx conf directory | ||||
| config_nginx | ||||
|  | ||||
| # Configure gitea with app.ini file | ||||
| config_gitea | ||||
|  | ||||
| # Install gitea | ||||
| cp -a ../conf/app.ini $final_path | ||||
| cd $final_path | ||||
| wget https://github.com/go-gitea/gitea/releases/download/v1.3.3/gitea-1.3.3-linux-amd64 | ||||
| mv gitea-1.3.3-linux-amd64 gitea | ||||
|  | ||||
| # Configure gitea with app.ini file | ||||
| config_gitea | ||||
|  | ||||
| # Start gitea for building mysql tables | ||||
| systemctl start "$app".service | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rafi59
					Rafi59