Improved redhat installtions

This commit is contained in:
2021-11-24 09:55:57 +01:00
parent ee00077533
commit d0d8f9d221
7 changed files with 24 additions and 22 deletions

View File

@@ -2,8 +2,7 @@
install_etcher() {
echo 'Installing Etcher'
echo "deb https://deb.etcher.io stable etcher" | sudo tee /etc/dnf/sources.list.d/balena-etcher.list
sudo dnf-key adv --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 379CE192D401AB61
sudo dnf update -y
curl -1sLf 'https://dl.cloudsmith.io/public/balena/etcher/setup.rpm.sh' | sudo -E bash
sudo dnf update
sudo dnf install balena-etcher-electron -y
}