Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Commit

Permalink
Need to use sudo on those stupid ubuntu instances…
Browse files Browse the repository at this point in the history
  • Loading branch information
ELLIOTTCABLE committed Nov 6, 2009
1 parent e401f00 commit 1f02b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle.sh
Expand Up @@ -406,7 +406,7 @@ host_start() {
esac

ssh -o "StrictHostKeyChecking no" -i "id_rsa-$KERNEL_HOST_KEY" ubuntu@$KERNEL_HOST_IADDRESS <<-ITESTING
mount -t ext3 "$KERNEL_HOST_EPHEMERAL_STORE" /mnt
sudo mount -t ext3 "$KERNEL_HOST_EPHEMERAL_STORE" /mnt
cd /tmp
sudo wget -q http://ppa.launchpad.net/timg-tpi/ubuntu/pool/main/l/linux-ec2/linux-image-\$(uname -r)_2.6.31-300.2_$KERNEL_ARCH.deb
Expand Down

0 comments on commit 1f02b00

Please sign in to comment.