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}")"
|
MAIN_BASH_ROOT="$(dirname "${MAIN_BASH_FILE}")"
|
||||||
|
|
||||||
function link_bashrc {
|
function main_link_bashrc {
|
||||||
local file='/etc/bash.bashrc'
|
local file='/etc/bash.bashrc'
|
||||||
rm --force "${file}"
|
rm --force "${file}"
|
||||||
ln --symbolic "${MAIN_BASH_FILE}" "${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
|
deb https://deb.debian.org/debian-security buster/updates main contrib non-free
|
||||||
" > '/etc/apt/sources.list'
|
" > '/etc/apt/sources.list'
|
||||||
# bash / rc
|
# bash / rc
|
||||||
link_bashrc
|
main_link_bashrc
|
||||||
# host name
|
# host name
|
||||||
hostname 'ovh'
|
hostname 'ovh'
|
||||||
# locales
|
# locales
|
||||||
|
|
Loading…
Reference in a new issue