Browse Source

x230: rename skulls_common to functions

pull/102/head
Martin Kepplinger 5 years ago
parent
commit
8520560d62
7 changed files with 6 additions and 6 deletions
  1. +1
    -1
      x230/build.sh
  2. +0
    -0
      x230/functions.sh
  3. +1
    -1
      x230/release.sh
  4. +1
    -1
      x230/upgrade.sh
  5. +1
    -1
      x230/x230_before_first_install.sh
  6. +1
    -1
      x230/x230_heads.sh
  7. +1
    -1
      x230/x230_skulls.sh

+ 1
- 1
x230/build.sh View File

@ -1,5 +1,5 @@
#!/bin/bash
. skulls_common.sh
source functions.sh
warn_not_root


x230/skulls_common.sh → x230/functions.sh View File


+ 1
- 1
x230/release.sh View File

@ -132,7 +132,7 @@ sha256sum ${RELEASE_DIR}/${RELEASE_IMAGE_FILE_2} > "${RELEASE_DIR}/${RELEASE_IMA
cp ../SOURCE.md "$RELEASE_DIR"
# copy in x230 stuff
cp -a README.md NEWS util LICENSE* skulls_common.sh \
cp -a README.md NEWS util LICENSE* functions.sh \
x230_before_first_install.sh x230_skulls.sh x230_heads.sh \
external_install_bottom.sh external_install_top.sh \
upgrade.sh \


+ 1
- 1
x230/upgrade.sh View File

@ -7,7 +7,7 @@ NC='\033[0m'
set -e
. skulls_common.sh
source functions.sh
usage()
{


+ 1
- 1
x230/x230_before_first_install.sh View File

@ -5,7 +5,7 @@ RED='\033[0;31m'
GREEN='\033[0;32m'
NC='\033[0m'
. skulls_common.sh
source functions.sh
set -e
usage()


+ 1
- 1
x230/x230_heads.sh View File

@ -8,7 +8,7 @@ NC='\033[0m'
set -e
. skulls_common.sh
source functions.sh
have_input_image=0


+ 1
- 1
x230/x230_skulls.sh View File

@ -8,7 +8,7 @@ NC='\033[0m'
set -e
. skulls_common.sh
source functions.sh
have_input_image=0


Loading…
Cancel
Save