diff options
Diffstat (limited to '')
-rw-r--r-- | install.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/install.sh b/install.sh index 9e18c6bf..c3ec75e3 100644 --- a/install.sh +++ b/install.sh @@ -26,21 +26,7 @@ Linux() { sudo pacman -Sy --needed bc ctags gdb openssh vi $packages } -installMacPorts() { - xcode-select --install - xcodebuild -license - dir=MacPorts-2.6.3 - tar=${dir}.tar.bz2 - curl -O "https://distfiles.macports.org/MacPorts/${tar}" - tar -x -f $tar - (cd $dir && ./configure) - make -C $dir - sudo make -C $dir install - rm -fr $tar $dir -} - Darwin() { - [ -d /opt/local ] || installMacPorts sudo /opt/local/bin/port selfupdate sudo /opt/local/bin/port -N install git mandoc nvi pkgconfig $packages sudo mkdir -p /opt/local/etc/select/man |