X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=all_new_2018%2Finstall_for_target.sh;h=7693a0530174eb1aaa148e205d52e923a49aa097;hb=115ec0e7df4d5af8de51e45cd0182b5cfddc2147;hp=d12c36eb6bd17aee6eca77f77f8877818e4cd82c;hpb=8bbfcc3c6a262a74d66ac84a25c7775029f4e53f;p=config diff --git a/all_new_2018/install_for_target.sh b/all_new_2018/install_for_target.sh index d12c36e..7693a05 100755 --- a/all_new_2018/install_for_target.sh +++ b/all_new_2018/install_for_target.sh @@ -7,7 +7,6 @@ config_tree_prefix="${HOME}/config/all_new_2018/apt-mark/" for target in "$@"; do path="${config_tree_prefix}${target}" - #for line in $(cat "${path}"); do cat "${path}" | while read line; do if [ ! $(echo "${line}" | cut -c1) = "#" ]; then apt-get -y install "${line}"