home · contact · privacy
Fix home dir setup scripts.
[config] / buster / setup_scripts / setup_home_eeepc.sh
index 03bc853e7f63f4d0dd858dd294418545ef928f70..d4ac131ebbf795a706c388fd9c2dcaa9d6b569c1 100755 (executable)
@@ -7,5 +7,6 @@ mkdir -p "${public_repos_dir}"
 if [ ! -d "/home/plom/${public_repos_dir}/config" ]; then
     cd "${public_repos_dir}"
     git clone https://plomlompom.com/repos/clone/config
+fi
 curl -fsSl https://raw.githubusercontent.com/tridactyl/tridactyl/78e662efefd1f4af2bdb2a53edecf03b535b997b/native/install.sh | bash
 echo "As tridactyl user, don't forget to do :source on the first Firefox run and then re-start."