Skip to content

Commit

Permalink
feat(packages): add orbstack for work
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Dec 13, 2023
1 parent a5679a1 commit a921f01
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/orbstack.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/sh

set -e

if
! (command -v force_print >/dev/null 2>&1) ||
! (force_print 3 a b >/dev/null 2>&1) ||
test "$(force_print 3 a b)" != "a b";
then
printf "Please run this script through \"install.sh\" instead"
exit 1
fi

has_executable 'orb'

profile work
use_brew formula 'orbstack'
1 change: 1 addition & 0 deletions packages/podman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ fi

has_executable 'podman'

profile -work
use_apt 'podman'
use_brew formula 'podman'

0 comments on commit a921f01

Please sign in to comment.