diff options
author | Areli Fuss <af732p@att.com> | 2017-10-26 17:19:19 +0300 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-10-26 17:19:19 +0300 |
commit | 5ee65ce3ba67483401da6241eaa2d4923af88327 (patch) | |
tree | 6dcf6ce86588821b818d73bed8c675dd5e3f850f /assets/setup | |
parent | a972b2659e4087aeab39a01ded7e6cadbc514a56 (diff) |
Add more debug information
Add more debug information
Change-Id: Ica6245d903f6e5b48475d4fc32f0fe12eab76205
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
Diffstat (limited to 'assets/setup')
-rwxr-xr-x | assets/setup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/setup b/assets/setup index f670e4f..c709425 100755 --- a/assets/setup +++ b/assets/setup @@ -49,6 +49,8 @@ echo "####################################################" echo "[DBG] Test connection to https://packages.gitlab.com" echo "####################################################" +sudo ifconfig + curl -v https://packages.gitlab.com/gpg.key echo "####################################################" |