40fd2aa34e
Change-Id: I43e0beec6508f93a436a150749bfa23571986b9d
7 lines
148 B
Bash
7 lines
148 B
Bash
#!/bin/sh
|
|
|
|
cat >> /etc/apt/sources.list.d/security_repo.list <<- EOF
|
|
deb http://security.ubuntu.com/ubuntu precise-security main
|
|
EOF
|
|
apt-get update
|