Update home/.local/bin/installx
This commit is contained in:
parent
a00cf788a3
commit
93dfd51e34
1 changed files with 2 additions and 2 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/parallelLimit';
|
||||||
|
|
||||||
$.verbose = false
|
$.verbose = false
|
||||||
// Preserves color from subshells
|
// Preserves color from subshells
|
||||||
|
|
Loading…
Reference in a new issue