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

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

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
```