new installation process
This commit is contained in:
+2
-1
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user