new installation process

This commit is contained in:
pvincent
2026-08-18 18:54:43 +04:00
parent 09d967138f
commit e1b95b789f
+3 -1
View File
@@ -109,10 +109,12 @@ function link_config_files {
}
function force_reload {
echo FORCE RELOAD
bind -f /etc/inputrc 2>/dev/null # arch: dismiss harmless warning
if ! source /etc/profile 2>/dev/null; then # arch: dismiss error `PS1: unbound variable``
if ! source /etc/profile 2>/dev/null; then # arch: dismiss error `PS1: unbound variable`
source /etc/bash.bashrc
fi
echo DONE
}
function in_azerty_zone {