mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Change branch for testing
Also in prev commit always download pushover script as it doesn't hurt (user can set it up later) and removes some conditional logic.
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
#!/bin/bash -eu
|
||||
|
||||
REPO=cimryan
|
||||
BRANCH=master
|
||||
REPO=rtgoodwin
|
||||
BRANCH="headless-patch"
|
||||
user_enabled_pushover=false
|
||||
LOGFILE=/boot/teslausb-headless-setup.log
|
||||
setup_complete=false
|
||||
stage_in_progress=false
|
||||
|
||||
# if ! [ $(id -u) = 0 ]
|
||||
# then
|
||||
|
||||
Reference in New Issue
Block a user