This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
lc-coreboot
Watch
1
Star
0
Fork
0
Code
Releases
28
Wiki
Activity
Browse Source
x230: remove redefinition of color codes
pull/102/head
Martin Kepplinger
5 years ago
parent
c9df776f0f
commit
6e6faf0511
4 changed files
with
0 additions
and
14 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
x230/upgrade.sh
+0
-3
x230/x230_before_first_install.sh
+0
-4
x230/x230_heads.sh
+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
Write
Preview
Loading…
Cancel
Save