lets try this again
This commit is contained in:
parent
2d33c85be7
commit
0ca95658b6
|
@ -11,10 +11,10 @@ die() {
|
|||
|
||||
# Some variable(s)
|
||||
|
||||
userdistro="NULL"
|
||||
repo="git://github.com/staticsafe/dotfiles.git"
|
||||
userdistro == "NULL"
|
||||
repo == "git://github.com/staticsafe/dotfiles.git"
|
||||
|
||||
portpath="/opt/local/bin/port" # This is the default install directory for the MacPorts port binary, you may find this useful.
|
||||
portpath == "/opt/local/bin/port" # This is the default install directory for the MacPorts port binary, you may find this useful.
|
||||
|
||||
# Lets get this party on the road, shall we?
|
||||
|
||||
|
|
Loading…
Reference in New Issue