mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2025-11-21 01:36:34 +00:00
Implemented game installation logic
This commit is contained in:
@@ -70,14 +70,6 @@ error(){
|
||||
exit 1;
|
||||
}
|
||||
|
||||
# @todo May this should be moved to another place
|
||||
get_packages(){
|
||||
for package_collection in "$@"
|
||||
do
|
||||
sed -e "/^#/d" -e "s/#.*//" "$PACKAGE_PATH""$package_collection.txt" || error "Loading package wasn't possible."
|
||||
done
|
||||
}
|
||||
|
||||
HEADER(){
|
||||
echo
|
||||
echo "${COLOR_YELLOW}The"
|
||||
|
||||
Reference in New Issue
Block a user