Update home/.local/bin/installx
This commit is contained in:
parent
d27348122c
commit
3a91c53e75
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env zx
|
#!/usr/bin/env zx
|
||||||
import osInfo from 'linux-os-info'
|
import osInfo from 'linux-os-info'
|
||||||
import parallelLimit from 'async/parallelLimit'
|
import { parallelLimit } from 'async'
|
||||||
|
|
||||||
$.verbose = false
|
$.verbose = false
|
||||||
// Preserves color from subshells
|
// Preserves color from subshells
|
||||||
|
|
Loading…
Reference in a new issue