net/: Add solana-install test to sanity (#4438)

* Add instance creation date to motd

* Setup localtime

* Add solana-install test
This commit is contained in:
Michael Vines
2019-05-26 11:17:07 -07:00
committed by GitHub
parent 942785b626
commit 471465a5f4
4 changed files with 44 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Rsync setup for Snap builds
# Rsync setup
#
set -ex

10
net/scripts/localtime.sh Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env bash
#
# Setup timezone
#
set -ex
[[ $(uname) = Linux ]] || exit 1
[[ $USER = root ]] || exit 1
ln -sf /usr/share/zoneinfo/America/Los_Angeles /etc/localtime