Skip to content

Commit

Permalink
apt install support
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Dec 6, 2023
1 parent 4fff930 commit f04b30d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/dotme
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ command_packages() {
dotme-pacman
elif command -v apk > /dev/null 2>&1; then
dotme-apk
elif command -v apt > /dev/null 2>&1; then
dotme-apt
else
echo "Unknown package management, exiting"
exit
Expand Down

0 comments on commit f04b30d

Please sign in to comment.