diff --git a/conf/app.src b/conf/app.src deleted file mode 100644 index 516d066..0000000 --- a/conf/app.src +++ /dev/null @@ -1,7 +0,0 @@ -SOURCE_URL=https://github.com/vrana/adminer/releases/download/v4.8.1/adminer-4.8.1.php -SOURCE_SUM=2fd7e6d8f987b243ab1839249551f62adce19704c47d3d0c8dd9e57ea5b9c6b3 -SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=php -SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=index.php -SOURCE_EXTRACT=false diff --git a/conf/css.src b/conf/css.src deleted file mode 100644 index 0a4bfb4..0000000 --- a/conf/css.src +++ /dev/null @@ -1,7 +0,0 @@ -SOURCE_URL=https://raw.githubusercontent.com/vrana/adminer/master/designs/hever/adminer.css -SOURCE_SUM=fe222d82369d099fa0f1bb372d90a2e532e50478a27d7111d27a5dc8e2df2044 -SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=css -SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=adminer.css -SOURCE_EXTRACT=false diff --git a/scripts/install b/scripts/install index 86852c9..ea7e420 100644 --- a/scripts/install +++ b/scripts/install @@ -59,13 +59,10 @@ ynh_script_progression --message="Setting up source files..." --weight=11 ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$final_path" --source_id="app" -ynh_setup_source --dest_dir="$final_path" --source_id="css" - -#mkdir -p $final_path +mkdir -p $final_path #copy files from with_root_access folder to the final_path -#cp -a ../sources/with_root_access/. $final_path +cp -a ../sources/with_root_access/. $final_path chmod 750 "$final_path" chmod -R o-rwx "$final_path"