mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
Merge pull request #403 from marineam/scripts
oem/ami: update path to ami scripts directory
This commit is contained in:
commit
edfed4227d
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR=/home/ec2-user/scripts
|
||||
DIR=/home/ec2-user/scripts/oem/ami
|
||||
URL="https://commondatastorage.googleapis.com/storage.core-os.net/coreos/amd64-usr/master"
|
||||
|
||||
set -e
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
BOARD="amd64-usr"
|
||||
GROUP="$1"
|
||||
VER="$2"
|
||||
DIR=/home/ec2-user/scripts
|
||||
DIR=/home/ec2-user/scripts/oem/ami
|
||||
|
||||
if [ -z "$GROUP" -o -z "$VER" ]; then
|
||||
echo "Usage: $0 alpha 1.2.3" >&2
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
BOARD="amd64-usr"
|
||||
GROUP="$1"
|
||||
VER="$2"
|
||||
DIR=/home/ec2-user/scripts
|
||||
DIR=/home/ec2-user/scripts/oem/ami
|
||||
|
||||
if [ -z "$GROUP" -o -z "$VER" ]; then
|
||||
echo "Usage: $0 alpha 1.2.3" >&2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR=/home/ec2-user/scripts
|
||||
DIR=/home/ec2-user/scripts/oem/ami
|
||||
USER=someone
|
||||
TYPE=production
|
||||
VERSION="367.0.0+2014-07-10-1613"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user