new installation process

This commit is contained in:
pvincent
2026-08-18 18:58:20 +04:00
parent b0dc52422d
commit 73535836a6
+2
View File
@@ -110,9 +110,11 @@ function link_config_files {
function force_reload { function force_reload {
echo FORCE RELOAD echo FORCE RELOAD
echo inputrc
if bind -f /etc/inputrc 2>/dev/null; then if bind -f /etc/inputrc 2>/dev/null; then
: # arch: dismiss harmless warning : # arch: dismiss harmless warning
fi fi
echo profile
if ! source /etc/profile 2>/dev/null; then if ! source /etc/profile 2>/dev/null; then
# arch: dismiss error `PS1: unbound variable` # arch: dismiss error `PS1: unbound variable`
source /etc/bash.bashrc source /etc/bash.bashrc