Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfb committed Mar 27, 2024
1 parent fe4c078 commit ecb8faa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apt-get-on-clean-box.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ PKGS=(

apt-get --yes install ${PKGS[@]}

SNAPS=(
bw # Bitwarden cli
)
snap install ${SNAPS[@]}

# Let my user use docker without sudo:
usermod -aG docker $USER

Expand Down

0 comments on commit ecb8faa

Please sign in to comment.