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:
parent
6f51b2feb6
commit
7fdf8a5fca
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue