7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Install any packages in this file that may not be in the fedora
|
||
|
# image but could reasonably be expected by other elements
|
||
|
|
||
|
install-packages which
|