← Back to team overview

ubuntu-bleedingedge team mailing list archive

Issues with BleedingEdge0_9_1.sh

 

I'm running Ubuntu 10.10 Desktop 64bit.  I did a fresh install about 3
hours ago.  I ran all the updates prior to running the BleedingEdge
script.

I haven't fully ran the whole script because of some issues with the
repos being added.  Here is what I found:


### The Extras have a Public key error.
### Fix for extras.ubuntu.com repo Pub Key error.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 02FDF932
sudo apt-get update

### Blueman cannot find a package for amd64
### Fix for Blueman repo (404 not found) error
sudo add-apt-repository -r ppa:blueman/ppa
sudo add-apt-repository ppa:blueman/blueman-dailies


### Google has a Public key error.
### Fix for google repo
sudo wget https://dl-ssl.google.com/linux/linux_signing_key.pub -O- |
sudo apt-key add -
sudo echo "deb http://dl.google.com/linux/deb/ stable non-free" | sudo
tee -a /etc/apt/sources.list.d/google.list 

### Enlightenment cannot find a packet for amd64
### Fix for Enlightenment repo (404 not found) error
### Alas, none that I can find.  :-(

Hope this helps!  After sending this email (with the above fixes already
in place) I'm going to run the script again.