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:
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Rsync setup for Snap builds
|
||||
# Rsync setup
|
||||
#
|
||||
set -ex
|
||||
|
||||
|
10
net/scripts/localtime.sh
Executable file
10
net/scripts/localtime.sh
Executable 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
|
Reference in New Issue
Block a user