Upgrade to Alpine Linux
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
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/upgrade-system-alpine/main/installer.sh | sudo sh
package-update
upgrade-system
upgrade-system-poweroff
upgrade-system-reboot
sudo package-update
sudo upgrade-system
sudo upgrade-system-poweroff
sudo upgrade-system-reboot
wget --no-cache -O - https://raw.githubusercontent.com/afimpel/upgrade-system-alpine/main/installer-desktop.sh | sudo sh