diff options
author | tv <tv@also> | 2011-05-28 14:34:33 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-05-28 14:34:33 +0200 |
commit | 937099fb6d2360129ab3fa5d698bd5c70d14e6d5 (patch) | |
tree | f16fc0b899b7ee0f7510f0847450c455d2488848 /modules/infest/core/angstrom | |
parent | 922cc67c0080c6ed42ca4f5fee4e5ad898c79462 (diff) |
infest: Major Refactoring
Diffstat (limited to 'modules/infest/core/angstrom')
-rwxr-xr-x | modules/infest/core/angstrom | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/infest/core/angstrom b/modules/infest/core/angstrom new file mode 100755 index 00000000..dafb840f --- /dev/null +++ b/modules/infest/core/angstrom @@ -0,0 +1,4 @@ +#!/bin/sh + +opkg install vim vim-syntax +opkg install git |