Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
26 lines (20 sloc) 582 Bytes
#! /bin/sh -x
# SHAZ=shaz.personnelware.com
SHAZ=$url
# install the scp command:
anna-install openssh-client-udeb
# create a place for custom stuff
mkdir -p /tmp/misc
# copy this script incase we need to ship this dir of in a bug report
# the script to copy files off for a bug report
cp $0 /tmp/misc
cd /tmp/misc
wget http://$SHAZ/ec/cpl.sh
chmod u+x cpl.sh
# scrpt to install sshd and keys
wget http://$SHAZ/ec/ssh/isshd.sh
chmod u+x isshd.sh
# too early to run now:
# anna-install queues installation requests if
# run before the main bulk udeb retrieval
# ./isshd.sh