version/update system: version.sh, --update flag, UPDATE_MODULES, auto-detect existing install
This commit is contained in:
@@ -83,7 +83,7 @@ module_main() {
|
||||
return 0
|
||||
fi
|
||||
|
||||
if ((OMERON_FRESH_INSTALL)); then
|
||||
if ((OMERON_FRESH_INSTALL || OMERON_UPDATE_MODE)); then
|
||||
tui_info "Running system update first..."
|
||||
sudo_run pacman -Syu --noconfirm 2>&1 | tail -3 || true
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user