60-beta2.4
This commit is contained in:
@@ -4,6 +4,7 @@ pulls from master so its the very latest
|
||||
|
||||
built for debian-like systems
|
||||
only currently tested on zsh
|
||||
some features require user to have passwordless sudo rights
|
||||
|
||||
## Quick start
|
||||
`git clone https://github.com/PrincessPi3/esp-install-custom.git ~`
|
||||
@@ -36,26 +37,35 @@ Modes:
|
||||
test:
|
||||
tests the script. very fast. minimal actions taken. no reinstall is done
|
||||
bash reinstall-esp-idf.sh test
|
||||
bash reinstall-esp-idf.sh t
|
||||
|
||||
retool:
|
||||
reinstalls bins and export.sh, nothing else
|
||||
bash reinstall-esp-idf.sh retool
|
||||
bash reinstall-esp-idf.sh rt
|
||||
|
||||
cron:
|
||||
runs noninteractively with forced user logout and automatic reboot, plus delays
|
||||
bash reinstall-esp-idf.sh cron
|
||||
bash reinstall-esp-idf.sh c
|
||||
|
||||
interactive:
|
||||
interactively installs/reinstalls esp-idf
|
||||
bash reinstall-esp-idf.sh interactive
|
||||
bash reinstall-esp-idf.sh i
|
||||
|
||||
clearlogs:
|
||||
clear logs
|
||||
bash reinstall-esp-idf.sh clearlogs
|
||||
|
||||
bash reinstall-esp-idf.sh clear
|
||||
bash reinstall-esp-idf.sh cl
|
||||
|
||||
help:
|
||||
display this help text
|
||||
bash reinstall-esp-idf.sh help
|
||||
bash reinstall-esp-idf.sh h
|
||||
bash reinstall-esp-idf.sh -h
|
||||
bash reinstall-esp-idf.sh --help
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user