You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is temporary solution for #2220 until whole install.ps1 refactor is done to make this tweak easily, in the best way one-liner.
- One step closer to #3149
- Closes#2220
- Closes#2343
- Closes#1605
This should be done when https://github.com/scoopinstaller/install is ready, so we do not have to care about moving something needed for scoop installation
nightly_version
-> lib\versions.ps1dl_with_cache
do_dl
dl
dl_progress_output
dl_progress
dl_urls
aria_exit_code
get_filename_from_metalink
dl_with_cache_aria2
env_add_path
add_first_in_path
env_rm_path
env_set
env_rm
persist_def
persist_data
unlink_persist_data
persist_permission
unpack_inno
extract_msi
extract_lessmsi
#/whaterever
as it could potentially cause problemsdl_with_cache functions
should have same parameter listdl_with_cache
normal and aria2 versionInitialize-Download ([String[]] $Url, [Switch] $UseCache, [Switch] $CheckHash)
This function will be only wraper, which will look like this:
This will save some lines, where you check for aria2 enabled in updates, install etc, ...
Scoop-Download
and not care for anythingThis wrapper will be called for dowloading instead of
dl
Also it will allow binaries to use prefered manager without touching binary for each new download manager with some
if
install_app
function refactorThe text was updated successfully, but these errors were encountered: