main_link_bashrc

This commit is contained in:
Marc Beninca 2023-05-15 12:07:16 +02:00
parent 4c7ad425b2
commit 3fc442bf70
2 changed files with 2 additions and 2 deletions

View file

@ -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}"

View 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