Advertisement
Guest User

Untitled

a guest
May 27th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. tldr use $HOME instead of /home/<USER>/
  2. 1)
  3. # Where is your local Git folder?
  4. MyGit=$HOME/src/git
  5. 2)
  6. # Where do you want the newly built Singularity to be put?
  7. Destination=$HOME/builds/$Prefix$Repository
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement