Update home/.local/bin/installx
Update home/.local/bin/package.json
This commit is contained in:
parent
08bdb72eb3
commit
f29275df85
2 changed files with 2 additions and 2 deletions
home/dot_local/bin
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env zx
|
||||
import osInfo from 'linux-os-info';
|
||||
import parallelLimit from 'async/parallelLimit';
|
||||
import { parallelLimit } from 'async-es';
|
||||
|
||||
$.verbose = false
|
||||
// Preserves color from subshells
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"linux-os-info": "2.0.0",
|
||||
"async": "3.2.6"
|
||||
"async-es": "3.2.6"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue