jsbrain / vps2suse

Install openSUSE on your VPS, no matter what's the current OS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VPS2SUSE

Install openSUSE on your VPS, no matter what's the current OS.

Usage

  1. Install curl with your current package manager

  2. Run this script

$ curl -OL https://git.io/vps2suse # or use https://cdn.jsdelivr.net/gh/U2FsdGVkX1/vps2suse@main/vps2suse
$ chmod +x vps2suse
$ sudo ./vps2suse #[OPTIONS]
  1. Sync data and reboot
$ sudo $SHELL -c 'sync && reboot -f'
  1. Connect to server after about 3 minutes.
# the root password from the original system (or by using vps2suse as password if no root password was set).
$ ssh root@your-server-ip
  1. Change your root password
passwd

Options

-h Show help messages.
-s Set OS version, For example "-s Leap-15.3" (Default: Tumbleweed).
-c Set architecture type for the container image (Default: auto detect).
-m Set mirror address (Default: https://download.opensuse.org).

Credits

This project is based on vps2arch

License

GNU General Public License 3.0

About

Install openSUSE on your VPS, no matter what's the current OS.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%