main_link_bashrc
This commit is contained in:
parent
4c7ad425b2
commit
3fc442bf70
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ MAIN_BASH_FILE="$(realpath "${BASH_SOURCE[0]}")"
|
|||
|
||||
MAIN_BASH_ROOT="$(dirname "${MAIN_BASH_FILE}")"
|
||||
|
||||
function link_bashrc {
|
||||
function main_link_bashrc {
|
||||
local file='/etc/bash.bashrc'
|
||||
rm --force "${file}"
|
||||
ln --symbolic "${MAIN_BASH_FILE}" "${file}"
|
||||
|
|
|
@ -22,7 +22,7 @@ deb https://deb.debian.org/debian buster-updates main contrib non-free
|
|||
deb https://deb.debian.org/debian-security buster/updates main contrib non-free
|
||||
" > '/etc/apt/sources.list'
|
||||
# bash / rc
|
||||
link_bashrc
|
||||
main_link_bashrc
|
||||
# host name
|
||||
hostname 'ovh'
|
||||
# locales
|
||||
|
|
Loading…
Reference in a new issue