1
0
Fork 0
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:
Rafi59 2017-06-12 21:58:03 +02:00 committed by GitHub
parent af15e4c44c
commit 60a0909225

View file

@ -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