SUSE
Обновление SUSE OS
Создание скрипта
sudo tee ~/update.zypper.sh << 'EOF'
#!/bin/bash
sudo zypper --non-interactive verify
sudo zypper --non-interactive list-updates --all
sudo zypper --non-interactive dup -y --auto-agree-with-licenses --allow-vendor-change
EOF
Запуск скрипта
sudo chmod +x ~/update.zypper.sh
sudo ~/update.zypper.sh