Skip to content

Commit

Permalink
feat: move repo to yum file
Browse files Browse the repository at this point in the history
  • Loading branch information
asen23 committed Jul 20, 2024
1 parent 496bf65 commit 073c332
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions config/files/usr/etc/yum.repos.d/docker-ce.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[docker-ce-stable]
name=Docker CE Stable - $basearch
baseurl=https://download.docker.com/linux/fedora/$releasever/$basearch/stable
enabled=1
gpgcheck=1
gpgkey=https://download.docker.com/linux/fedora/gpg
6 changes: 6 additions & 0 deletions config/files/usr/etc/yum.repos.d/vscode.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[code]
name=Visual Studio Code
baseurl=https://packages.microsoft.com/yumrepos/vscode
enabled=1
gpgcheck=1
gpgkey=https://packages.microsoft.com/keys/microsoft.asc
1 change: 0 additions & 1 deletion recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ modules:
- type: rpm-ostree
repos:
# - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
- https://download.docker.com/linux/fedora/docker-ce.repo
install:
- zsh
- code
Expand Down

0 comments on commit 073c332

Please sign in to comment.