mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-01 11:31:28 +00:00
8 lines
197 B
Bash
8 lines
197 B
Bash
#!/bin/sh
|
|
|
|
# Usage: module-list-available python_root
|
|
# This will change when we switch to using aptitude.
|
|
|
|
# TODO: Replace this with something like "aptitude search -F %p plinth-"
|
|
echo "owncloud"
|