mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Use man pages
This commit is contained in:
@@ -1,14 +1,5 @@
|
|||||||
REVISION=588429
|
REVISION=588429
|
||||||
CHROMIUM_URL="https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/${REVISION}/chrome-linux.zip"
|
CHROMIUM_URL="https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/${REVISION}/chrome-linux.zip"
|
||||||
|
|
||||||
interval=30
|
wget ${CHROMIUM_URL} -w 30 -t 6 -O /tmp/chrome-linux.zip
|
||||||
retries=6
|
|
||||||
status=1
|
|
||||||
until [ $retries -eq 0 ] || [ $status -eq 0 ]; do
|
|
||||||
wget ${CHROMIUM_URL} -O /tmp/chrome-linux.zip
|
|
||||||
status=$?
|
|
||||||
sleep $interval
|
|
||||||
((retries--))
|
|
||||||
done
|
|
||||||
|
|
||||||
unzip -o -d /tmp /tmp/chrome-linux.zip
|
unzip -o -d /tmp /tmp/chrome-linux.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user