Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 13
View file
PrepareUpdateCrontab
Changed
@@ -1,4 +1,7 @@ #!/bin/bash +ZYPP_CONF=$(mktemp /tmp/zypp.conf.XXXXXXXXXX) +sed -e '/download.use_deltarpm =/ a download.use_deltarpm=false' < /etc/zypp/zypp.conf > $ZYPP_CONF +mv $ZYPP_CONF /etc/zypp/zypp.conf zypper -n in -l yast2-online-update-configuration egrep /cron.hourly /etc/crontab if ! $? ; then
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.