mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-05-19 07:37:06 +02:00

Need to explicitly get older gpg key/s from the keyserver or we get this error: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6D1D8367A3421AFB
12 lines
478 B
Bash
12 lines
478 B
Bash
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6AF0E1940624A220
|
|
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6D1D8367A3421AFB
|
|
|
|
apt-add-repository 'deb http://ppa.launchpad.net/anatol/tup/ubuntu precise main' -y
|
|
add-apt-repository 'ppa:terry.guo/gcc-arm-embedded' -y
|
|
|
|
apt-get -qq --assume-yes update
|
|
apt-get -qq --assume-yes install tup freetype* python-pip python-dev gcc-arm-none-eabi git
|
|
|
|
sudo pip install --upgrade pip
|
|
sudo pip install pillow
|