Fix: correct indentation in link-to-bin script

This commit is contained in:
2025-12-19 16:47:16 +01:00
parent 4de8cc79f2
commit b908f3f1f0

View File

@@ -5,8 +5,8 @@
# #
if [ ! -d "$HOME/bin" ]; then if [ ! -d "$HOME/bin" ]; then
mkdir -p "$HOME/bin" mkdir -p "$HOME/bin"
cat <<'EOF' >> $HOME/.bashrc cat <<'EOF' >> $HOME/.bashrc
# Add $HOME/bin to the PATH variable # Add $HOME/bin to the PATH variable
export PATH=$HOME/bin:$PATH export PATH=$HOME/bin:$PATH