https://github.com/afimpel/upgrade-system-alpine
Upgrade to Alpine Linux
https://github.com/afimpel/upgrade-system-alpine
afimpelelnerd alpine-linux bash bash-script upgrade
Last synced: 3 months ago
JSON representation
Upgrade to Alpine Linux
- Host: GitHub
- URL: https://github.com/afimpel/upgrade-system-alpine
- Owner: afimpel
- License: gpl-3.0
- Created: 2022-05-10T23:33:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T23:05:09.000Z (9 months ago)
- Last Synced: 2025-01-20T17:49:29.636Z (4 months ago)
- Topics: afimpelelnerd, alpine-linux, bash, bash-script, upgrade
- Language: Shell
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# upgrade-system-alpine
Upgrade to Alpine Linux## terminal version
### version Git.‼️ All as root. ‼️
```sh
git clone https://github.com/afimpel/upgrade-system-alpine.git
cd upgrade-system-alpine/
cp upgrade-* /usr/bin/
cp package-up* /usr/bin/
chmod 777 /usr/bin/upgrade-system* -R
chmod 777 /usr/bin/package-up* -R
```----
### Version one link.
‼️ user with root permissions (sudo). ‼️
```sh
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/upgrade-system-alpine/main/installer.sh | sudo sh
```----
### Run
#### ROOT user.
```sh
package-update
upgrade-system
upgrade-system-poweroff
upgrade-system-reboot
```#### Sudo User.
```sh
sudo package-update
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-alpine/main/installer-desktop.sh | sudo sh
```