diff --git a/README.md b/README.md index 390e023..ccf49e9 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ curl -L https://raw.githubusercontent.com/apptainer/apptainer/main/tools/install bash -s - ~/apptainer cat >> ~/.bashrc <<'EOF' if [[ ! :$PATH: =~ :$HOME/apptainer/bin: ]]; then - PATH=$HOME/apptainer/bin/apptainer:$PATH + PATH=$HOME/apptainer/bin:$PATH fi EOF source ~/.bashrc diff --git a/etc/run.sh b/etc/run.sh index a145475..c1810f4 100644 --- a/etc/run.sh +++ b/etc/run.sh @@ -119,7 +119,7 @@ curl -L https://raw.githubusercontent.com/apptainer/apptainer/main/tools/install bash -s - ~/apptainer cat >> ~/.bashrc <<'"'EOF'"' if [[ ! :$PATH: =~ :$HOME/apptainer/bin: ]]; then - PATH=$HOME/apptainer/bin/apptainer:$PATH + PATH=$HOME/apptainer/bin:$PATH fi EOF source ~/.bashrc