-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,9 @@ tags: | |
- obsolete | ||
--- | ||
|
||
> DISCLAMER: This article is pretty old and might be obsolote. If it still is | ||
> of any use to somebody, good. But most likely, it isn't. | ||
## Linux on the HP EliteBook 1030 G1 | ||
|
||
This page is about my linux setup on the HP EliteBook 1030 G1. | ||
|
@@ -82,7 +85,7 @@ Besides installing tlp (`sudo apt-get install tlp`), I installed and set up the | |
Intel Dynamic Platform and Thermal Framework (dptf): | ||
|
||
After installing the prerequisites, the source code of the dptf can be cloned | ||
from [email protected]:intel/dptf.git | ||
from <[email protected]>:intel/dptf.git | ||
|
||
```bash | ||
sudo apt-get install git cmake build-essential cmake libreadline6 libreadline6-dev | ||
|