updated urls

This commit is contained in:
2026-04-25 13:29:21 +00:00
parent b69c6120d8
commit 1028150ab9

View File

@@ -113,7 +113,7 @@ git config --global init.defaultBranch main
# show ip in /etc/issue # show ip in /etc/issue
if [[ ! -f /etc/issue.default ]] if [[ ! -f /etc/issue.default ]]
then wget -qO /etc/issue.default http://192.168.1.50/debian/issue.default then wget -qO /etc/issue.default https://filebrowser.akanealw.com/public/api/resources/download?hash=57IltLgD-sdfrzUbc9XPiw
fi fi
rm /etc/issue > /dev/null 2>&1 rm /etc/issue > /dev/null 2>&1
cp /etc/issue.default /etc/issue cp /etc/issue.default /etc/issue
@@ -124,7 +124,7 @@ echo "" >> /etc/issue
# set input preferences # set input preferences
if [[ ! -f /etc/inputrc.default ]] if [[ ! -f /etc/inputrc.default ]]
then wget -qO /etc/inputrc.default http://192.168.1.50/debian/inputrc.default then wget -qO /etc/inputrc.default https://filebrowser.akanealw.com/public/api/resources/download?hash=6MDDo9i0MdpZnJJl6QVjhg
fi fi
rm /etc/inputrc > /dev/null 2>&1 rm /etc/inputrc > /dev/null 2>&1
cp /etc/inputrc.default /etc/inputrc cp /etc/inputrc.default /etc/inputrc
@@ -133,7 +133,7 @@ echo "set completion-ignore-case On" >> /etc/inputrc
# set nano preferences # set nano preferences
if [[ ! -f /etc/nanorc.default ]] if [[ ! -f /etc/nanorc.default ]]
then wget -qO /etc/nanorc.default http://192.168.1.50/debian/nanorc.default then wget -qO /etc/nanorc.default https://filebrowser.akanealw.com/public/api/resources/download?hash=5d4rD1wRm5In5hqr665CnQ
fi fi
rm /etc/nanorc > /dev/null 2>&1 rm /etc/nanorc > /dev/null 2>&1
cp /etc/nanorc.default /etc/nanorc cp /etc/nanorc.default /etc/nanorc
@@ -142,7 +142,7 @@ echo "set constantshow" >> /etc/nanorc
# set bash preferences and aliases # set bash preferences and aliases
if [[ ! -f /etc/bash.bashrc.default ]] if [[ ! -f /etc/bash.bashrc.default ]]
then wget -qO /etc/bash.bashrc.default http://192.168.1.50/debian/bash.bashrc.default then wget -qO /etc/bash.bashrc.default https://filebrowser.akanealw.com/public/api/resources/download?hash=Y7Q-ooR43gnnaQsND6Wj3wt
fi fi
rm /etc/bash.bashrc > /dev/null 2>&1 rm /etc/bash.bashrc > /dev/null 2>&1
cp /etc/bash.bashrc.default /etc/bash.bashrc cp /etc/bash.bashrc.default /etc/bash.bashrc