Projects
jsj
jsj-installtools
NwMan160
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File NwMan160 of Package jsj-installtools (Revision 133)
Currently displaying revision
133
,
Show latest
#!/bin/bash . /etc/os-release if [ ${VERSION} = "16.0" ]; then zypper -n in -l wicked2nm NetworkManager NetworkManager-config-server systemctl disable --now wicked && (systemctl enable --now NetworkManager && wicked show-config | wicked2nm migrate --continue-migration --activate-connections -) || (systemctl disable --now NetworkManager; systemctl enable --now wicked) else echo $0 is intended to be used exclusively on openSUSE Leap 16.0 exit 1 fi
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
.