mirror of
https://github.com/YunoHost-Apps/zap_ynh.git
synced 2024-09-03 20:36:07 +02:00
Update install
This commit is contained in:
parent
54d62b6d53
commit
3510c23ea2
1 changed files with 0 additions and 7 deletions
|
@ -31,11 +31,6 @@ ynh_script_progression --message="Setting up Zap source files..."
|
|||
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
#git clone https://codeberg.org/zot-archive/zap.git "$install_dir" --quiet
|
||||
|
||||
# 2 - Zap Addons
|
||||
|
||||
# Make addon Directory and unpack the addons to this directory
|
||||
ynh_script_progression --message="Setting up Zap addons source files..."
|
||||
|
||||
|
@ -45,8 +40,6 @@ pushd "$install_dir"
|
|||
|
||||
ynh_setup_source --dest_dir="$install_dir/extend/addon/zaddons" --source_id="app_addons"
|
||||
|
||||
|
||||
#git clone https://codeberg.org/zot-archive/zap-addons.git $install_dir/extend/addon/zaddons --quiet
|
||||
filelist=(`ls extend/addon/zaddons`)
|
||||
cd addon
|
||||
for a in "${filelist[@]}" ; do
|
||||
|
|
Loading…
Add table
Reference in a new issue