summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schlüter <bschlueter@posteo.de>2018-02-15 10:31:14 +0100
committerBenjamin Schlüter <bschlueter@posteo.de>2018-02-15 10:31:14 +0100
commitcf14db61bf5ee735c321c9c12bdb8aa3a75432a8 (patch)
tree4f5863262a72404712a84a10e97b2ec91b117a9d
parent1fc81dc8976d06e2e32856bc940395af4dbcdbcc (diff)
downloaditzks-install-script-cf14db61bf5ee735c321c9c12bdb8aa3a75432a8.tar.gz
itzks-install-script-cf14db61bf5ee735c321c9c12bdb8aa3a75432a8.tar.bz2
itzks-install-script-cf14db61bf5ee735c321c9c12bdb8aa3a75432a8.zip
Fix typo in comment.
-rwxr-xr-xinstall-itzks-workstation2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation
index 8a5fa29..8ed582e 100755
--- a/install-itzks-workstation
+++ b/install-itzks-workstation
@@ -101,7 +101,7 @@ sed -r -e 's/^(iface\s+eth[0-9]\s+inet\s+dhcp)\s*/#NetworkManager \1/' -i /etc/n
####################
-# We don't nee rpc.gssd on NFS clients (yet), if not used, it may start behaving weirdly (observed in Debian jessie, unsure about stretch)
+# We don't need rpc.gssd on NFS clients (yet), if not used, it may start behaving weirdly (observed in Debian jessie, unsure about stretch)
sed -e 's/^NEED_GSSD=.*/NEED_GSSD=/' -i /etc/default/nfs-common
####################