1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framagames_ynh.git synced 2024-09-03 18:36:28 +02:00

Git clone to a specific revision - work to be done

This commit is contained in:
polytan02 2016-12-24 11:57:47 +00:00
parent 6f51b2feb6
commit 7fdf8a5fca

View file

@ -103,6 +103,9 @@ sudo mkdir -p $final_path
#sudo wget -nv -i ../sources/source_url -O $cops_file
#sudo md5sum -c ../sources/source_md5 --status || (echo "Corrupt source" >&2 && false)
#sudo unzip ${cops_file} -d $final_path
#git clone $URL
#cd $PROJECT_NAME
#git reset --hard $SHA1
# Set permissions
sudo chmod 775 -R $final_path