Browse Source

x230: remove redefinition of color codes

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

+ 0
- 3
x230/upgrade.sh View File

@ -1,9 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0+
# Copyright (C) 2018, Martin Kepplinger <martink@posteo.de>
RED='\033[0;31m'
GREEN='\033[0;32m'
NC='\033[0m'
set -e


+ 0
- 3
x230/x230_before_first_install.sh View File

@ -1,9 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0+
# Copyright (C) 2018, Martin Kepplinger <martink@posteo.de>
RED='\033[0;31m'
GREEN='\033[0;32m'
NC='\033[0m'
source functions.sh
set -e


+ 0
- 4
x230/x230_heads.sh View File

@ -1,10 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0+
# Copyright (C) 2018, Martin Kepplinger <martink@posteo.de>
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[0;33m'
NC='\033[0m'
set -e


+ 0
- 4
x230/x230_skulls.sh View File

@ -1,10 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0+
# Copyright (C) 2018, Martin Kepplinger <martink@posteo.de>
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[0;33m'
NC='\033[0m'
set -e


Loading…
Cancel
Save