home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c115f2
)
Add openssh-client installation to post-install script.
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 13 Jun 2015 12:51:02 +0000
(14:51 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 13 Jun 2015 12:51:02 +0000
(14:51 +0200)
jessie_start.sh
patch
|
blob
|
history
diff --git
a/jessie_start.sh
b/jessie_start.sh
index 29529d586d78baa6e534f711e8a398f33ed3af6e..6086cf79aa7130febc98fdb6409fe7c69944a498 100755
(executable)
--- a/
jessie_start.sh
+++ b/
jessie_start.sh
@@
-109,6
+109,9
@@
apt-get -y install xul-ext-pentadactyl
apt-get -y install vim-gtk
su plom -c 'mkdir -p /home/plom/downloads/'
+# Set up openssh-client.
+apt-get -y install openssh-client
+
# Clean up.
rm jessie_start.sh