summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Brand2017-04-16 14:30:09 +0200
committerStefan Brand2017-04-16 14:30:09 +0200
commitfc235c70030f4987557d25d3636a73ec16963d3e (patch)
treee5d3efc19c8e9a1ad678444db4623742cb025090
parentcdad8876393ef6a109a4cc7127948351e567aba9 (diff)
downloadaur-thunderboltd-git.tar.gz
Typo Fix in Install Script
-rw-r--r--thunderboltd-git.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunderboltd-git.install b/thunderboltd-git.install
index 2127de846a0a..7c7648992c3b 100644
--- a/thunderboltd-git.install
+++ b/thunderboltd-git.install
@@ -2,5 +2,5 @@ post_install() {
echo "To use the thunderbolt daemon the following steps are necessary:"
echo " 1) update udev rules: udevamd control --reload-rules"
echo " 2) load the thunderbolt-icm module: modprobe thunderbolt-icm"
- echo " 3) start the thunderbolt service: systemctl start thunderboltd"
+ echo " 3) start the thunderbolt service: systemctl start thunderbolt"
}