home · contact · privacy
More scripts fixing.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 6 May 2019 18:07:55 +0000 (20:07 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 6 May 2019 18:07:55 +0000 (20:07 +0200)
buster/setup_scripts/setup_home_eeepc.sh

index 0ad9db54b001d7a53b585f073805b238a71de1e1..bf987a54771d64280ed1e4d8ad4985b4b0d221ae 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/sh
 set -e
 
-config_tree_prefix="${HOME}/config/buster"
+public_repos_dir="${HOME}/public_repos"
+config_tree_prefix="${public_repos_dir}/config/buster"
 setup_scripts_dir="${config_tree_prefix}/setup_scripts"
-public_repos_dir=~/public_repos
 
 cd
 mkdir -p "${public_repos_dir}"