new installation process

This commit is contained in:
pvincent
2026-08-18 18:57:01 +04:00
parent 0c633d4196
commit 207b6a9d46
+5 -2
View File
@@ -110,8 +110,11 @@ 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 bind -f /etc/inputrc 2>/dev/null; then
: # arch: dismiss harmless warning
fi
if ! source /etc/profile 2>/dev/null; then
# arch: dismiss error `PS1: unbound variable`
source /etc/bash.bashrc
fi
echo DONE