#!/bin/sh set -e sources_list_path=/etc/apt/sources.list.d/groonga.list if [ ! -f $sources_list_path ]; then sudo cat <