mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
fix: install script tar flag
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ install_uncloud_binaries() {
|
||||
if ! curl -fsSL -o "${uncloudd_download_path}" "${uncloudd_url}"; then
|
||||
error "Failed to download uncloudd binary."
|
||||
fi
|
||||
tar -xf --directory "${tmp_dir}" "${uncloudd_download_path}"
|
||||
tar -xf "${uncloudd_download_path}" --directory "${tmp_dir}"
|
||||
if ! install "${tmp_dir}/uncloudd" "${uncloudd_install_path}"; then
|
||||
error "Failed to install uncloud binary to ${uncloudd_install_path}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user