add -y after copr enable
This commit is contained in:
parent
f356b5f563
commit
7624b98bdb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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
|
# add starship copr
|
||||||
sudo dnf copr enable atim/starship
|
sudo dnf copr enable atim/starship -y
|
||||||
|
|
||||||
# install packages
|
# install packages
|
||||||
sudo dnf check-update
|
sudo dnf check-update
|
||||||
|
|
Loading…
Reference in a new issue