Skip to content

Instantly share code, notes, and snippets.

@mingomax
Created November 22, 2011 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mingomax/1385962 to your computer and use it in GitHub Desktop.
Save mingomax/1385962 to your computer and use it in GitHub Desktop.
Atualizar openSUSE 11.4 para 12.1
#!/bin/bash
cp -rfv /etc/zypp/repos.d /etc/zypp/repos.d.old
sed -i 's/11.4/12.1/g' /etc/zypp/repos.d/*
zypper ref && zypper dup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment