mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Removed a check to verify file type
The file command is not installed by bootstrap-vz by default. Change-Id: I59d5f04145b7db517c28bfec1d4d758be468b398
This commit is contained in:
parent
89e1a701eb
commit
3ff1bfb7d9
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ class InstallCloudSDK(Task):
|
|||
|
||||
cloudsdk_directory = os.path.join(info.root, 'usr/local/share/google')
|
||||
os.makedirs(cloudsdk_directory)
|
||||
log_check_call(['file', cloudsdk_download_dest, cloudsdk_directory])
|
||||
log_check_call(['tar', 'xaf', cloudsdk_download_dest, '-C', cloudsdk_directory])
|
||||
|
||||
# We need to symlink certain programs from the Cloud SDK bin directory into /usr/local/bin.
|
||||
|
|
Loading…
Add table
Reference in a new issue