Fix: correct indentation in link-to-bin script
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user