mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-08-11 16:26:57 +02: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
6 lines
70 B
Bash
Executable File
6 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
# Install aws cli
|
|
sudo pip install awscli tornado
|