Skip to content

Commit

Permalink
fixed more yum clean all centos bugs:
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpatrick committed May 23, 2016
1 parent fbfbe01 commit fd95943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion root/packages_nodejs.sh
@@ -1,5 +1,5 @@
# install nodejs
yum -y install npm
yum -y install npm; yum clean all

# install node modules (globally)
npm install -g uglify-js@2.3.6
Expand Down
1 change: 1 addition & 0 deletions root/packages_postfix.sh
Expand Up @@ -6,3 +6,4 @@ yum -y install --disablerepo=webtatic \
cyrus-sasl-plain \
mailx

yum clean all

0 comments on commit fd95943

Please sign in to comment.