mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Clean install
This commit is contained in:
parent
af15e4c44c
commit
60a0909225
1 changed files with 0 additions and 4 deletions
|
@ -30,10 +30,6 @@ ynh_app_setting_set "$app" is_public "$is_public"
|
|||
sudo yunohost app checkurl "${domain}${path_url}" -a "$app" \
|
||||
|| ynh_die "Path not available: ${domain}${path_url}"
|
||||
|
||||
# Copy source files
|
||||
#src_path=/var/www/$app
|
||||
#sudo mkdir -p $src_path
|
||||
#sudo cp -a ../sources/. $src_path
|
||||
|
||||
# Add gitlab repository
|
||||
sudo apt-get install -yy curl openssh-server ca-certificates postfix apt-transport-https
|
||||
|
|
Loading…
Reference in a new issue