Commit Graph

98 Commits (545b6605bc03dacc31e3f96d20beea5065c50bfe)

Author SHA1 Message Date
Adam Warner 545b6605bc
4.3.3 (#3154)
4 years ago
DL6ER 2e17c23333
Don't warn if user is on development as this branch is constantly updated
5 years ago
DL6ER 63f3381a2b
Warn user if FTL is not on branch master
5 years ago
Dan Schaper 1cd40dc9e5
Space/Tab update.sh
6 years ago
Adam Warner a6e4b0fea5
- Test for existence of remote non-master branch of FTL before attemtping to check for update
6 years ago
Adam Warner ceaf4bc6bc
Some extra code made it's way into the dev branch. Not entirely sure how that happened... related to #2115
6 years ago
Dan acfc49fd41
Merge branch 'development' into Install-Web-Server
6 years ago
Adam Warner bca23dd896
Allow passing of --check-only to update script.
6 years ago
Daniel (Fourdee) 3a483a1b20 install_web_server
6 years ago
Adam Warner 631f5b4848 Change order of updatable components to match the end output
6 years ago
Adam Warner f37b2bc7c1
move call to `get_binary_name` into `FTLcheckUpdate()` to avoid having to run that first
6 years ago
Adam Warner 56278c6394
Fix shellcheck complaints
6 years ago
Adam Warner b1d6c03190
Break out binary name funtion to it's own function
6 years ago
WaLLy3K fdf2649f2f Clean up known remaining colour output issues (#1613)
7 years ago
DL6ER 6ce79ae1d0 Fix git commands (#1577)
7 years ago
Adam Warner b3eb5c4f0e Colour Tweaks (#1549)
7 years ago
Dan Schaper c29c4ceb0f
Integrate DL's update.sh fixes.
7 years ago
Adam Warner 536585b846 Colourise Core Output Text (#1471)
7 years ago
WaLLy3K aff5ff08d5 Trim version output when update is successful (#1527)
7 years ago
DL6ER f1146a3443
Don't update FTL when there is a core update (as this will update FTL a second time). Fixes #1516
7 years ago
Flo 7e0aa822b6 Match the Pi-hole brand (#1358)
7 years ago
Mcat12 fb3e6ee35c Source setupVars before attempting to use it
7 years ago
DL6ER 66b7d04b82
Merge branch 'development' into new/FTL-binary
7 years ago
Jacob Salmela 7a1a2dec67
update license to EUPL on core files
7 years ago
DL6ER 078cc7660e
Improved updater logic
7 years ago
DL6ER af2893d2ce
Updater implementation for FTL
7 years ago
Mcat12 a48317883d Fix indentation
7 years ago
Promofaux 4fcf8fd23f Merge in `development` branch - resolve conflict in update.sh
7 years ago
Promofaux 10a30344e5 No need to source setupVars, as basic-install.sh is sourced, which sources setupVars itself. Sourception.
7 years ago
Promofaux b764d17c64 comment
7 years ago
Promofaux ba0abdb88d wrap update logic in admin_installed bool check
7 years ago
Promofaux 1428b58dde source setupVars and only check admin repo if it is enabled
7 years ago
Mcat12 18eb8a2159 Merge pull request #1185 from pi-hole/cleanup/git_functions
7 years ago
Dan Schaper 3d9d13222b
Use constants for leading paths.
7 years ago
Dan Schaper 745adabb05
Path to source basic-install.sh
7 years ago
Dan Schaper 3861b57dc6
Start moving reused utility functions to one script.
7 years ago
Dan Schaper 99a4a80017
Spelling
7 years ago
Mcat12 033ba26041 Stay in repo directory until we error check
7 years ago
DL6ER e3c1fcd2c6
NEW LOGIC FOR THE UPDATER
7 years ago
DL6ER e15548cbf5
Add --quiet to git fetch in GitCheckUpdateAvail()
7 years ago
DL6ER 5e28e6b9ac
Removed remaining git -C
7 years ago
Dan Schaper 3365ef7aaa
`is_repo()` returns values to caller, silence function.
7 years ago
Dan Schaper 68c17b26dc
Bashisms
7 years ago
Dan Schaper e647efd471
Shell script, not javascript
7 years ago
DL6ER 15db1ffdd5
Remove variables not needed any more
7 years ago
DL6ER 4632b0f797
Updated updater logic
7 years ago
DL6ER 65c35a5530
Use new subroutine to determine if updates are available
7 years ago
DL6ER c449a1c0e0
Added GitCheckUpdateAvail()
7 years ago
DL6ER b020010f0d
Removed some of the &> /dev/null
7 years ago
DL6ER 0276c72fe2
replace 'git -C' with long version (see #1009)
7 years ago