Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| #! /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 | |