ae3dc6b620
The root cause of the bug is that repo with necessary package exists but indexes are not updated so the package is not available. Closes-Bug: #1498479 Change-Id: I38a0291e391057d8111ea304e4d00ad0c194e2e2
8 lines
205 B
Bash
8 lines
205 B
Bash
#!/bin/sh
|
|
|
|
cat >> /etc/apt/sources.list.d/security_repo.list << EOF
|
|
deb http://security.ubuntu.com/ubuntu precise-security main
|
|
deb http://security.ubuntu.com/ubuntu lucid-security main
|
|
EOF
|
|
apt-get update
|