Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

Commit

Permalink
Bump version number to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ay4ud0ohTha6 committed Apr 21, 2015
1 parent 439797e commit 74f2b7d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ The Arch kernel package, linux-samus, is also available in the AUR.
###### Install kernel packages

Download the [release tarball for
Ubuntu](https://github.com/tsowell/linux-samus/releases/download/v0.2.0/linux-samus-ubuntu-0.2.0.tar),
Ubuntu](https://github.com/tsowell/linux-samus/releases/download/v0.2.1/linux-samus-ubuntu-0.2.1.tar),
untar it, and install the packages:

```
$ curl -LO https://github.com/tsowell/linux-samus/releases/download/v0.2.0/linux-samus-ubuntu-0.2.0.tar
$ tar xvf linux-samus-ubuntu-0.2.0.tar
$ cd linux-samus-ubuntu-0.2.0
$ curl -LO https://github.com/tsowell/linux-samus/releases/download/v0.2.1/linux-samus-ubuntu-0.2.1.tar
$ tar xvf linux-samus-ubuntu-0.2.1.tar
$ cd linux-samus-ubuntu-0.2.1
$ sudo dpkg -i *.deb
```

Expand All @@ -42,7 +42,7 @@ Reboot and then load the ALSA UCM (included in the release tarball) to
initialize the audio device state:

```
$ cd linux-samus-ubuntu-0.2.0
$ cd linux-samus-ubuntu-0.2.1
$ ALSA_CONFIG_UCM=ucm/ alsaucm -c bdw-rt5677 set _verb HiFi
```

Expand All @@ -51,13 +51,13 @@ $ ALSA_CONFIG_UCM=ucm/ alsaucm -c bdw-rt5677 set _verb HiFi
###### Install kernel packages

Download the [release tarball for
Arch](https://github.com/tsowell/linux-samus/releases/download/v0.2.0/linux-samus-arch-0.2.0.tar),
Arch](https://github.com/tsowell/linux-samus/releases/download/v0.2.1/linux-samus-arch-0.2.1.tar),
untar it, and install the packages:

```
$ curl -LO https://github.com/tsowell/linux-samus/releases/download/v0.2.0/linux-samus-arch-0.2.0.tar
$ tar xvf linux-samus-arch-0.2.0.tar
$ cd linux-samus-arch-0.2.0
$ curl -LO https://github.com/tsowell/linux-samus/releases/download/v0.2.1/linux-samus-arch-0.2.1.tar
$ tar xvf linux-samus-arch-0.2.1.tar
$ cd linux-samus-arch-0.2.1
$ sudo pacman -U *.pkg.tar.xz
```

Expand Down Expand Up @@ -99,7 +99,7 @@ Reboot and then load the ALSA UCM (included in the release tarball) to
initialize the audio device state:

```
$ cd linux-samus-arch-0.2.0
$ cd linux-samus-arch-0.2.1
$ ALSA_CONFIG_UCM=ucm/ alsaucm -c bdw-rt5677 set _verb HiFi
```

Expand Down

0 comments on commit 74f2b7d

Please sign in to comment.