Skip to content

Commit b2f725f

Browse files
authored
Update install.sh
1 parent 72a43e8 commit b2f725f

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

install.sh

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
#!/bin/bash
2-
# "this script attemts to install chromium in kiosk mode HA satellite for voice and spotify connect."
3-
# " "
4-
# " ___ ___ _______ __ __ __ "
5-
# " | Y .-----.--------.-----. | _ .-----.-----|__.-----| |_.---.-.-----| |_ "
6-
# " |. 1 | _ | | -__| |. 1 |__ --|__ --| |__ --| _| _ | | _|"
7-
# " |. _ |_____|__|__|__|_____| |. _ |_____|_____|__|_____|____|___._|__|__|____|"
8-
# " |: | | |: | | "
9-
# " |::.|:. | |::.|:. | "
10-
# " `--- ---' `--- ---' "
11-
# " ___ ___ __ _______ __ __ __ __ __ "
12-
# " | Y .-----|__.----.-----. | _ .---.-| |_.-----| | |__| |_.-----. "
13-
# " |. | | _ | | __| -__| | 1___| _ | _| -__| | | | _| -__| "
14-
# " |. | |_____|__|____|_____| |____ |___._|____|_____|__|__|__|____|_____| "
15-
# " |: 1 | |: 1 | "
16-
# " \:.. ./ |::.. . | "
17-
# " `---' `-------' "
18-
# " "
2+
echo "this script attemts to install chromium in kiosk mode HA satellite for voice, spotify connect"
3+
echo "an alarm clock and simple gui. With mqtt as to have some level of control over the assistants hardware"
4+
#
5+
# ___ ___ _______ __ __ __
6+
# | Y .-----.--------.-----. | _ .-----.-----|__.-----| |_.---.-.-----| |_
7+
# |. 1 | _ | | -__| |. 1 |__ --|__ --| |__ --| _| _ | | _|
8+
# |. _ |_____|__|__|__|_____| |. _ |_____|_____|__|_____|____|___._|__|__|____|
9+
# |: | | |: | |
10+
# |::.|:. | |::.|:. |
11+
# `--- ---' `--- ---'
12+
# ___ ___ __ _______ __ __ __ __ __
13+
# | Y .-----|__.----.-----. | _ .---.-| |_.-----| | |__| |_.-----.
14+
# |. | | _ | | __| -__| | 1___| _ | _| -__| | | | _| -__|
15+
# |. | |_____|__|____|_____| |____ |___._|____|_____|__|__|__|____|_____|
16+
# |: 1 | |: 1 |
17+
# \:.. ./ |::.. . |
18+
# `---' `-------'
19+
#
1920

2021

2122
# Update and upgrade the system

0 commit comments

Comments
 (0)