Skip to content

Commit

Permalink
Update boot_pyhardlinkbackup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Mar 17, 2020
1 parent c47d61b commit 6afa143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boot_pyhardlinkbackup.sh
Expand Up @@ -26,8 +26,9 @@ else
source ${DESTINATION}/bin/activate
set -x
cd ${DESTINATION}/bin
wget https://bootstrap.pypa.io/get-pip.py
wget --timestamp https://bootstrap.pypa.io/get-pip.py
${DESTINATION}/bin/python get-pip.py
rm get-pip.py
)
fi
(
Expand Down

0 comments on commit 6afa143

Please sign in to comment.