home · contact · privacy
Enhance user home dir setup scripts.
[config] / buster / setup_scripts / setup_eeepc.sh
index f9ca1a37b9aae5de64af47cd3aeb12e37d651f48..3ab93866437af1a1fc0d572f1ae191234191fad5 100755 (executable)
@@ -48,9 +48,8 @@ cd "${setup_scripts_dir}"
 adduser --disabled-password --gecos "" plom
 usermod -a -G sudo plom
 if [ ! -d "/home/plom" ]; then
-    su -c "cd && git clone https://plomlompom.com/repos/clone/config" plom
-    su -c "~/config/buster/setup_scripts/copy_dirtree.sh ~/config/buster/home_files ~ minimal user_eeepc" plom
-    su -c "curl -fsSl https://raw.githubusercontent.com/tridactyl/tridactyl/78e662efefd1f4af2bdb2a53edecf03b535b997b/native/install.sh | bash" plom
-    echo "As tridactyl user, don't forget to do :source on the first Firefox run and then re-start."
+    cp setup_home_eeepc.sh /home/plom
+    chown plom:plom /home/plom/setup_home_eeepc.sh
+    su -c "cd && ./setup_home_eeepc.sh"
 fi
 passwd plom