Browse Source

Switch to 16.04.1

tags/nilmbuntu-5^0
Jim Paris 7 years ago
parent
commit
5b2ac4ba8b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      config
  2. +1
    -1
      config-16.04.1

+ 1
- 1
config View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash


if [ -z "$BUILD_CONFIG" ] ; then if [ -z "$BUILD_CONFIG" ] ; then
export BUILD_CONFIG=16.04
export BUILD_CONFIG=16.04.1
echo "No BUILD_CONFIG set -- assuming $BUILD_CONFIG" echo "No BUILD_CONFIG set -- assuming $BUILD_CONFIG"
fi fi




config-16.04 → config-16.04.1 View File

@@ -1,7 +1,7 @@
# -*- sh -*- # -*- sh -*-


# output image # output image
VERSION="16.04"
VERSION="16.04.1"
OUTPUT="nilmbuntu-${VERSION}.iso" OUTPUT="nilmbuntu-${VERSION}.iso"


# original ISO # original ISO

Loading…
Cancel
Save