added vim editor-config and fixed a typo.

This commit is contained in:
2025-02-27 11:01:56 -05:00
parent 7cf7445b6f
commit 57edee63fd
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -426,6 +426,7 @@ case $set_vim in
[Yy]* )
echo 'Appending ~/.bashrc'
(
sudo apt install vim-editorconfig
cat << 'VIM'
# ABS default to using vim
+1 -1
View File
@@ -5,7 +5,7 @@ read -p 'if using as a IPv6 enabled server, you probably want to turn that off?
case $fix_tempaddr in
[Yy]* )
echo 'Comment existing tempaddr settings'
sudo sed -i '/^\(net.ipv6.conf.all.use_tempaddr\|net.ipv6.conf.default.use_tempaddr)/s/^/# ABS #/' "/etc/sysctl.d/10-ipv6-privacy.conf"
sudo sed -i '/^\(net.ipv6.conf.all.use_tempaddr\|net.ipv6.conf.default.use_tempaddr\)/s/^/# ABS #/' "/etc/sysctl.d/10-ipv6-privacy.conf"
echo 'Appending replacement tempaddr settings'
(