Skip to content

Commit

Permalink
Squashed 'scripts/lib/' changes from 7687c4d3..3db126b6
Browse files Browse the repository at this point in the history
3db126b6 feat: update list to support new platform

git-subtree-dir: scripts/lib
git-subtree-split: 3db126b67544026593d29227454e86ba609cf950
  • Loading branch information
1995parham committed Dec 5, 2024
1 parent 53b01bf commit cee97de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ main_brew() {
return 0
}

main_xbps() {
return 0
}

main_pkg() {
return 0
}

main() {
echo
echo
Expand Down

0 comments on commit cee97de

Please sign in to comment.