Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@joemiller
Last active August 29, 2015 14:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joemiller/2de728fd8defa4565c34 to your computer and use it in GitHub Desktop.
Save joemiller/2de728fd8defa4565c34 to your computer and use it in GitHub Desktop.
quick script to # install `needrestart` on fedora (cent/rhel/etc)
#!/bin/sh
# install `needrestart` on fedora (cent/rhel/etc)
# tested on fedora-19 and 20
set -e
yum -y -d1 install perl-Module-ScanDeps perl-Proc-ProcessTable perl-Sort-Naturally perl-Term-ProgressBar-Simple perl-Module-Find.noarch perl-ExtUtils-MakeMaker.noarch
git clone -b 'v2.0' https://github.com/liske/needrestart.git
cd needrestart
make
make install
@joemiller
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment