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
- Host: GitHub
- URL: https://github.com/afimpel/upgrade-system-debian
- Owner: afimpel
- License: gpl-3.0
- Created: 2022-05-10T23:48:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T04:33:33.000Z (8 months ago)
- Last Synced: 2025-01-20T21:52:59.945Z (4 months ago)
- Topics: afimpelelnerd, bash-script, debian-linux, shell, shell-script
- Language: Shell
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```