Ubuntu

sudo ./packagename.sh

// unable download in ubuntu store
// unable install wine
// image resizer
// fix wont boot after install amd in ubuntu


// image resizer
sudo apt-get install imagemagick
mogrify -resize 50% *jpg


// unable install wine
sudo dpkg --add-architecture i386
wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'

// fix wont boot after install amd in ubuntu
*boot option -> System Setup -> recovery mode -> root, drop to root shell prompt -> unninstal amd command

Komentar