Skip to content

Commit

Permalink
Fix vscode script, remove 1password
Browse files Browse the repository at this point in the history
  • Loading branch information
b- committed Oct 5, 2023
1 parent 37965e9 commit 7f9e036
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ADD scripts/* /tmp/
RUN /tmp/bat.sh
RUN /tmp/delta.sh
RUN /tmp/git.sh
RUN /tmp/1password.sh
RUN /tmp/code-insiders.sh

# RUN /tmp/cleanup.sh

Expand Down
7 changes: 7 additions & 0 deletions scripts/code-insiders.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env sh
# from https://code.visualstudio.com/docs/setup/linux#_rhel-fedora-and-centos-based-distributions

sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
curl -Lo code-insiders.rpm 'https://code.visualstudio.com/sha/download?build=stable&os=linux-rpm-x64'
sudo rpm -ivh code-insiders.rpm

13 changes: 0 additions & 13 deletions scripts/vscode.sh

This file was deleted.

0 comments on commit 7f9e036

Please sign in to comment.