Skip to content

Commit

Permalink
Update documentation to use new repo paths
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Nov 18, 2014
1 parent 455d514 commit 0653ae2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion noswap-repo.sh
Expand Up @@ -9,7 +9,7 @@ else
echo "adding noswap repo"
echo >> $pac
echo "[noswap]" >> $pac
echo "Server = http://pub.noswap.com/arch" >> $pac
echo "Server = https://noswap.com/pub/arch" >> $pac

fi

Expand Down
6 changes: 3 additions & 3 deletions readme.md
Expand Up @@ -2,7 +2,7 @@ Noswap Arch Repo
================

This repository contains package builds for my projects and for managing my
machines. These packages are hosted at http://pub.noswap.com/arch/ and are
machines. These packages are hosted at https://noswap.com/pub/arch/ and are
available for anyone to install and use.

There are three ways to use the packages contained in this project. You can
Expand All @@ -17,14 +17,14 @@ Repository

You can add the repository to your `pacman.conf` with the following commands:

$ wget http://pub.noswap.com/arch/noswap-repo.sh
$ wget https://noswap.com/pub/arch/noswap-repo.sh
$ sudo sh noswap-repo.sh

If you prefer, you can add the repository by hand by adding the following
lines to `/etc/pacman.conf`:

[noswap]
Server = http://pub.noswap.com/arch/
Server = https://noswap.com/pub/arch/

Make sure that if you manually add the repository, you also import my GPG key:

Expand Down

0 comments on commit 0653ae2

Please sign in to comment.