mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
* Shifting after_deploy messages and aws invalidation to proper locations * Add cert checkout to preinstall and setting those on s3 deploys only * Adding production docker file which runs netboot.xyz overrides * Only display sig menus if enabled * Fix var names for signing
5 lines
70 B
Bash
Executable file
5 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
# Install aws cli
|
|
sudo pip install awscli tornado
|