quote string
This commit is contained in:
parent
10dfa049fd
commit
63401f60d0
|
@ -192,7 +192,7 @@ function _install_getmail() {
|
||||||
|
|
||||||
function _install_utils() {
|
function _install_utils() {
|
||||||
_log 'debug' 'Installing utils sourced from Github'
|
_log 'debug' 'Installing utils sourced from Github'
|
||||||
curl -sL https://github.com/01mf02/jaq/releases/latest/download/jaq-v1.2.0-$(uname -m)-unknown-linux-gnu -o /usr/bin/jaq && chmod +x /usr/bin/jaq
|
curl -sL "https://github.com/01mf02/jaq/releases/latest/download/jaq-v1.2.0-$(uname -m)-unknown-linux-gnu" -o /usr/bin/jaq && chmod +x /usr/bin/jaq
|
||||||
}
|
}
|
||||||
|
|
||||||
function _remove_data_after_package_installations() {
|
function _remove_data_after_package_installations() {
|
||||||
|
|
Loading…
Reference in New Issue