From 7624b98bdb06a01077217a5aeb31d86f86e99855 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Fri, 7 Jun 2024 18:10:11 +0200 Subject: [PATCH] add -y after copr enable --- run_once_10_install_programs.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_once_10_install_programs.sh.tmpl b/run_once_10_install_programs.sh.tmpl index aeee8f0..426dd9c 100644 --- a/run_once_10_install_programs.sh.tmpl +++ b/run_once_10_install_programs.sh.tmpl @@ -7,7 +7,7 @@ sudo rpmkeys --import https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw printf "[gitlab.com_paulcarroty_vscodium_repo]\nname=download.vscodium.com\nbaseurl=https://download.vscodium.com/rpms/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg\nmetadata_expire=1h" | sudo tee -a /etc/yum.repos.d/vscodium.repo # add starship copr -sudo dnf copr enable atim/starship +sudo dnf copr enable atim/starship -y # install packages sudo dnf check-update