Luke Sampson
|
b806cbd412
|
don't fail a global install when dependencies are installed locally (fixes #216)
|
2014-11-18 06:55:44 +07:00 |
|
Luke Sampson
|
d9a1d0041c
|
a few small cookie clean-ups
|
2014-11-12 06:16:10 +10:00 |
|
Scott Moore
|
0af8ebff5b
|
Support HTTP cookies
|
2014-11-11 22:59:02 +11:00 |
|
Luke Sampson
|
cb2ff446e6
|
fixes #189: check for failed installs of dependencies and give a more useful error message if that's the case
|
2014-11-03 09:33:43 +10:00 |
|
Kody Brown
|
89dcbefbc5
|
Renamed pre_create_shims to pre_install. Much better.
|
2014-08-14 22:21:14 -06:00 |
|
Kody Brown
|
7d62d005da
|
Added a new event 'before_create_shims'.. the json file uses 'before_shims', but I spelled it out in the ps code. Don't really like the name of either, but I needed the functionality for gow.json (incoming).
|
2014-08-14 20:20:36 -06:00 |
|
Luke Sampson
|
0ee6b97abb
|
Let 7-zip extract .xz files too
|
2014-07-25 11:36:59 +10:00 |
|
Luke Sampson
|
b68c737cf4
|
fix for #129
|
2014-07-17 09:06:43 +10:00 |
|
Luke Sampson
|
2a3427bdd7
|
fix for install where username contains spaces (see #128)
|
2014-07-16 10:56:37 +10:00 |
|
Luke Sampson
|
26195a626d
|
experimenting with possible solution for #126 where packages aren't accessible after updating an app
|
2014-07-15 13:44:44 +10:00 |
|
Luke Sampson
|
df1567c778
|
workarounds for windows not handling 'long' (260 char) paths (see #127)
|
2014-07-10 02:38:42 +10:00 |
|
Luke Sampson
|
b70a107d45
|
handle int/string mismatch when comparing versions
|
2014-06-23 09:27:43 +10:00 |
|
Luke Sampson
|
bf02a335d9
|
Use Scoop/1.0 user agent for downloads
|
2014-05-26 09:38:14 +10:00 |
|
Luke Sampson
|
a8ea0b8b20
|
enable log for MSI extract, and show a better error message when it fails (see #105)
|
2014-05-15 13:20:29 +10:00 |
|
Luke Sampson
|
b4ab131d91
|
add proxy support, see #86
|
2014-05-12 12:42:55 +10:00 |
|
Luke Sampson
|
482f9b6637
|
add config command
|
2014-05-12 10:19:13 +10:00 |
|
Luke Sampson
|
655e346999
|
experimental path override for #52
|
2014-03-25 12:28:37 +10:00 |
|
Luke Sampson
|
f0f678261a
|
fix for issue #83: handle space in path when extracting MSI
|
2014-03-21 14:10:58 +10:00 |
|
Luke Sampson
|
69c11d449a
|
Revert "updated for new color naming in concfg (see lukesampson/concfg#3"
This reverts commit d4ff02bbef.
|
2014-03-17 18:08:33 +10:00 |
|
Luke Sampson
|
d4ff02bbef
|
updated for new color naming in concfg (see lukesampson/concfg#3
|
2014-03-17 15:58:49 +10:00 |
|
Luke Sampson
|
31410a12ba
|
fix for unzip when .NET version pre 4.5: ensure output directory exists first (issue #80)
|
2014-03-16 10:05:11 +10:00 |
|
Luke Sampson
|
619a7a1b05
|
cache show: handle 1 file
|
2014-03-03 17:52:55 +10:00 |
|
Luke Sampson
|
5e0b74630e
|
improved comment
|
2014-02-21 19:57:38 +10:00 |
|
Luke Sampson
|
ac2716eacb
|
tidy-up
|
2014-02-21 19:57:02 +10:00 |
|
Luke Sampson
|
307ec93568
|
remove test
|
2014-02-21 19:47:26 +10:00 |
|
Luke Sampson
|
14625e0087
|
unzip: fall back to shell COM object if .NET earlier than 4.5 (#66)
|
2014-02-21 19:46:36 +10:00 |
|
Luke Sampson
|
e06fdf784f
|
abort if unzip fails
|
2014-01-17 08:51:15 +10:00 |
|
Luke Sampson
|
991d40d058
|
minor message change
|
2014-01-12 15:59:58 +10:00 |
|
Luke Sampson
|
3b90306472
|
allow alias and arguments for shims
|
2014-01-12 15:46:59 +10:00 |
|
Luke Sampson
|
55e673961f
|
include .tgz in the list of file extensions that 7-zip can decompress
|
2014-01-12 13:47:42 +10:00 |
|
Luke Sampson
|
030266db86
|
fix code layout
|
2014-01-06 17:27:27 +10:00 |
|
Luke Sampson
|
377948aa4c
|
check for download error and abort the install with an appropriate message if there was an error (fixes issue #26, see also #24 and #45)
|
2014-01-06 17:15:28 +10:00 |
|
Luke Sampson
|
12a318d089
|
remove .exe shims when uninstalling
|
2014-01-05 16:35:09 +10:00 |
|
Luke Sampson
|
5c52166fcd
|
add .exe shims for programs that only look for .exes (e.g. tar calling gzip)
|
2014-01-05 16:25:16 +10:00 |
|
Luke Sampson
|
3611921a69
|
scoop depends: reverse display order of dependencies so that the highest level dependencies are shown first
|
2014-01-03 14:10:20 +10:00 |
|
Luke Sampson
|
753c933ee2
|
for cmd shims, resolve path because cmd can't interpret ~
|
2014-01-02 14:20:33 +10:00 |
|
Luke Sampson
|
3121e86bec
|
fix file overwrite
|
2014-01-02 10:23:18 +10:00 |
|
Luke Sampson
|
58cca68f75
|
fix: overwrite any existing files when extracting
|
2014-01-02 08:04:53 +10:00 |
|
Luke Sampson
|
5be66873e5
|
comments on deprecated MSI functions
|
2014-01-01 21:35:19 +10:00 |
|
Luke Sampson
|
6f7e90b3c0
|
remove unused line
|
2014-01-01 21:12:59 +10:00 |
|
Luke Sampson
|
bfb912a0c8
|
avoid running out of disk space when copying extracted files by moving them instead
|
2014-01-01 21:03:42 +10:00 |
|
Luke Sampson
|
f3b48e213c
|
detect .iso files and extract with 7zip
|
2014-01-01 21:02:21 +10:00 |
|
Luke Sampson
|
7909e692b6
|
scoop update: auto-install missing dependencies
|
2014-01-01 08:40:37 +10:00 |
|
Luke Sampson
|
6483897557
|
fix prune_installed function
|
2013-12-27 23:04:44 +10:00 |
|
Luke Sampson
|
5d0de2319b
|
Merge pull request #51 from amatashkin/createdir
Add creation of '$dir\$extract_to' directory in install.ps1
|
2013-12-27 04:57:44 -08:00 |
|
Alexey Matashkin
|
43417cee67
|
Add creation of '$dir\$extract_to' directory in install.ps1
When the source is a file, Copy-Item expects the destination
to be a file or directory that already exists. So create dir
if needed.
|
2013-12-27 16:17:19 +04:00 |
|
Luke Sampson
|
4f2cd4bbf6
|
install: auto-install dependencies
|
2013-12-24 11:07:25 +10:00 |
|
Luke Sampson
|
1bc6a479ee
|
depends: don't include the requested app in the list of dependencies
|
2013-12-24 10:30:21 +10:00 |
|
Luke Sampson
|
32dc679ec9
|
add MSI extraction, deprecate MSI install (see issues #16, #18)
|
2013-12-23 11:20:54 +10:00 |
|
Luke Sampson
|
8b78b14a06
|
Merge branch 'deps'
|
2013-12-23 09:18:20 +10:00 |
|