Skip to content

Commit

Permalink
fix installer url, fix installing self
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Dec 18, 2011
1 parent 57d4a25 commit 2416b13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This software is aimed to help manage packages uninstalling in OSX.

Installation is as simple as:

[sudo] bash < <(curl -sL https://raw.github.com/mpapis/pkg_uninstaller/master/pkg-installer)
[sudo] bash < <(curl -sL https://raw.github.com/mpapis/pkg_uninstaller/master/pkg-install)

Adding to PATH, for system installation (with sudo):

Expand Down
3 changes: 2 additions & 1 deletion pkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ __pkg_install_self()
printf "Can not extract package.\n"
return 3
}
rm -f package.tgz
mv mpapis-pkg_uninstaller-*/* .
rm -rf package.tgz mpapis-pkg_uninstaller-*

printf "
Thank you for using pkg_uninstaller.
Expand Down

0 comments on commit 2416b13

Please sign in to comment.