SCIENTIFIC-LINUX-USERS Archives

September 2012

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Todd And Margo Chester <[log in to unmask]>
Reply To:
Todd And Margo Chester <[log in to unmask]>
Date:
Fri, 28 Sep 2012 17:01:09 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (17 lines)
Hi All,

    I am just sharing with the group.  This is my VLC
upgrade script.  You have to have "atrpms" repo
loaded.   I like this script, as I make A LOT of typos.
Run it from a command line.  It will prompt you
for your root's password.

-T

cat upgrade-vlc
#!/bin/bash

Cmd="yum --disablerepo=* --enablerepo=atrpms* upgrade vlc"
echo "$Cmd"
su root -c "$Cmd"

ATOM RSS1 RSS2