mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
Refractor
This commit is contained in:
parent
b95e32f56e
commit
19a7e6c733
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ myynh_source_searxng () {
|
||||||
|
|
||||||
# Download source
|
# Download source
|
||||||
ynh_exec_fully_quiet git clone -n "$repo_fullpath" "$install_dir/searxng-src"
|
ynh_exec_fully_quiet git clone -n "$repo_fullpath" "$install_dir/searxng-src"
|
||||||
|
git config --global --add safe.directory "$install_dir/searxng-src"
|
||||||
pushd "$install_dir/searxng-src"
|
pushd "$install_dir/searxng-src"
|
||||||
ynh_exec_fully_quiet git checkout "$commit_sha"
|
ynh_exec_fully_quiet git checkout "$commit_sha"
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue