Skip to content

Commit

Permalink
Update recipe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tacogerbil authored Jul 30, 2024
1 parent 3825dfe commit c6e3cf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ stages:
- apt-get install -y fastfetch
# - apt-get install -y workspacesclient
- curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
- install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/


# - name: dds-setup-microsoft-sources
# type: shell
# - curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
# - "install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/"
# - echo \deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main\ > /etc/apt/sources.list.d/microsoft-edge-dev.list
# - "rm microsoft.gpg"
# - "apt update"
Expand Down

0 comments on commit c6e3cf1

Please sign in to comment.