Skip to content

Commit

Permalink
release version 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hertg committed Aug 26, 2019
1 parent 4f081e6 commit 0ab5ad4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# TL;DR

## Ubuntu (apt)
Installation and setup:
```bash
$ sudo add-apt-repository ppa:hertg/egpu-switcher
Expand All @@ -23,6 +24,23 @@ Uninstall:
$ apt remove --purge egpu-switcher
```

## Other
Installation and setup:
```bash
$ git clone [email protected]:hertg/egpu-switcher.git
$ cd egpu-switcher
$ make install
$ sudo egpu-switcher setup
```

Uninstall:
> **Warning**: Do not use this command on any version prior to 0.10.2!
> There was a critical typo in the Makefile which would delete your `/usr/bin` folder. Please do a manual uninstall by removing the `egpu-switcher` folder in the `/usr/bin/` and the `/usr/share/` directory.
```bash
$ sudo egpu-switcher cleanup
$ make uninstall
```

# Goal
The goal of this script is to make the initial egpu setup for (new) Linux users less of a pain. With this script your X-Server configs for the different GPUs will be automatically created, you just have to choose which one is the external and which the internal graphics card.

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
egpu-switcher (0.10.2) disco; urgency=medium

* Fixed critical typo in Makefile which removed too many files

-- Michael Hertig <[email protected]> Mon, 26 Aug 2019 21:31:53 +0200

egpu-switcher (0.10.1) disco; urgency=medium

* Needed to jump a version because of an invalid publish
Expand Down
2 changes: 1 addition & 1 deletion debian/files
Original file line number Diff line number Diff line change
@@ -1 +1 @@
egpu-switcher_0.10.1_source.buildinfo utils optional
egpu-switcher_0.10.2_source.buildinfo utils optional

0 comments on commit 0ab5ad4

Please sign in to comment.