Browse Source

new installation process

main
pvincent 3 weeks ago
parent
commit
02ad09246e
  1. 3
      lib/initiate.bash

3
lib/initiate.bash

@ -117,7 +117,8 @@ function force_reload {
echo profile 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
echo bashrc
! source /etc/bash.bashrc || true
fi fi
echo DONE echo DONE
} }

Loading…
Cancel
Save