X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=buster%2Fsetup_scripts%2Fsetup_home.sh;h=24f4c672214f214293a85864bf3caefe19f47e0a;hb=87be8c7e96b8dfa3b009c33fb87d1b49d8a7be61;hp=779bb4c3c6153ecff5bb088c78005d2ae29c6225;hpb=6de05dd7a22cbc54f517f2cc5493c81cdbbef29d;p=config diff --git a/buster/setup_scripts/setup_home.sh b/buster/setup_scripts/setup_home.sh index 779bb4c..24f4c67 100755 --- a/buster/setup_scripts/setup_home.sh +++ b/buster/setup_scripts/setup_home.sh @@ -5,7 +5,7 @@ if [ "$#" -ne 1 ]; then echo 'Need exactly one argument (system name).' false fi -if [ ! "$1" = "eeepc" ] && [ ! "$1" = "x200s" ]; then +if [ ! "$1" = "eeepc" ] && [ ! "$1" = "x200s" ]&& [ ! "$1" = "x220" ]; then echo "Need legal system name." false fi @@ -28,7 +28,7 @@ ensure_repo() { repo_name="${1}" if [ ! -d "${public_repos_dir}/${repo_name}" ]; then cd "${public_repos_dir}" - git clone plom@plomlompom.com:/var/public_repos/${repo_name} + git clone plom@plomlompom.com:/var/repos/${repo_name} fi }