Update home/.local/bin/installx
This commit is contained in:
parent
f29275df85
commit
5e08fa185b
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-es';
|
import parallelLimit from 'async-es/parallelLimit';
|
||||||
|
|
||||||
$.verbose = false
|
$.verbose = false
|
||||||
// Preserves color from subshells
|
// Preserves color from subshells
|
||||||
|
|
Loading…
Reference in a new issue