An open API service indexing awesome lists of open source software.

https://github.com/afimpel/upgrade-system-debian

Upgrade to Debian Linux
https://github.com/afimpel/upgrade-system-debian

afimpelelnerd bash-script debian-linux shell shell-script

Last synced: 3 months ago
JSON representation

Upgrade to Debian Linux

Awesome Lists containing this project

README

        

# upgrade-system-debian
Upgrade to Debian Linux

## terminal version
### version Git.

‼️ All as root. ‼️
```sh
git clone https://github.com/afimpel/upgrade-system-debian.git
cd upgrade-system-debian/
cp upgrade-* /usr/bin/
chmod 777 /usr/bin/upgrade-system* -R
```
----

### Version one link.

‼️ user with root permissions (sudo). ‼️
```sh
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/upgrade-system-debian/main/installer.sh | sudo sh
```

----

### Run
#### ROOT user.

```sh
upgrade-system
upgrade-system-poweroff
upgrade-system-reboot
```

#### Sudo User.

```sh
sudo upgrade-system
sudo upgrade-system-poweroff
sudo upgrade-system-reboot
```

----

## Desktop
### Version one link.

‼️ user with root permissions (sudo). ‼️
```sh
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/upgrade-system-debian/main/installer-desktop.sh | sudo sh
```