fix unfinalized install

This commit is contained in:
pvincent
2026-08-10 12:39:37 +04:00
parent 07ed908cab
commit 4d69814954
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -52,8 +52,6 @@ function link_etc {
}
function link_config_files {
link_etc bash.bashrc
link_etc inputrc
if [[ "$DISTRO_LIKE" == 'arch' ]]; then
mkdir -p /etc/vim
@@ -78,6 +76,8 @@ EOF
else
link_etc vimrc.local vim
fi
link_etc bash.bashrc
link_etc inputrc # last command required to detect successful installation
}
function in_azerty_zone {
@@ -105,5 +105,5 @@ DISTRO_LIKE=$(fetch_distro_like)
required_packages
no_more_skeleton
link_config_files
fix_terminfo_ghostty
link_config_files