home
This commit is contained in:
parent
e212c967b0
commit
0bbd7a68c1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ rescue_configure() {
|
||||||
apt_sources_write
|
apt_sources_write
|
||||||
# bash / rc
|
# bash / rc
|
||||||
main_link_bashrc
|
main_link_bashrc
|
||||||
mv .bashrc .bashrc.old
|
mv "${HOME}/.bashrc" "${HOME}/.bashrc.old"
|
||||||
# host name
|
# host name
|
||||||
hostname "${hostname}"
|
hostname "${hostname}"
|
||||||
# locales
|
# locales
|
||||||
|
|
Loading…
Reference in a new issue