#!/bin/bash # debug install # atom.list while read -r p; do echo "$p" apt-get install -y "$p" echo done