diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-04 19:12:32 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-04 19:12:32 -0600 |
commit | 3ce34b7ea858d185149f429f6d25617f9e914433 (patch) | |
tree | 0234897f284fb3ef4eb1bc7178dbbfe9d01e1cdb | |
parent | 28c5e3cba38b76cce9420abea2f2bb6834979a67 (diff) |
Changed message for libretools.install
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | libretools.install | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -13,7 +13,7 @@ makedepends=(git) backup=(etc/libretools.conf) install=libretools.install source=(libretools.install) -md5sums=('61815bbb3180710625323d1fba211875') +md5sums=('c5ad8e8f11db1e1b83bed9334259f937') _gitroot="http://projects.parabolagnulinux.org/libretools.git" _gitname="libretools" diff --git a/libretools.install b/libretools.install index 6971f67..d2876ff 100644 --- a/libretools.install +++ b/libretools.install @@ -14,9 +14,9 @@ You should add this to your ~/.ssh/config file: # Parabola Host Host parabola Port 22 - HostName parabolagnulinux.org + HostName repo.parabolagnulinux.org User parabolavnx - IdentityFile ~/.ssh/id_dsa + IdentityFile ~/.ssh/id_rsa # End Parabola Host Edit IdentityFile as needed. |