forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address regressions introduced in gce test net setup with image updat…
…e to latest ubuntu (#3926) * make the nodes start correctly as far as gce.sh is concerned * remove instead of comment out openssl1.1 * rename script to match its actual purpose --------- Co-authored-by: Alex Pyattaev <[email protected]>
- Loading branch information
1 parent
3e9af14
commit e28c4df
Showing
3 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/usr/bin/env bash | ||
# | ||
set -ex | ||
|
||
[[ $(uname) = Linux ]] || exit 1 | ||
[[ $USER = root ]] || exit 1 | ||
|
||
apt-get update | ||
apt-get --assume-yes install at |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters