home · contact · privacy
Enhance bookworm setup.
[config] / bookworm / setup_scripts / install_for_target.sh
index 1fac9d975c1673ecdd26638d0a8d1f60b64a5583..6d04152f90f979be24b55e0323edb1c5132b60a4 100755 (executable)
@@ -4,10 +4,7 @@
 #
 # Ignores anything in an apt-mark/ file after the last newline.
 set -e
-debian_version="bookworm"
-
-config_tree_prefix="${HOME}/config/${debian_version}"
-aptmark_dir="${config_tree_prefix}/apt-mark"
+. ./misc.sh
 
 for target in "$@"; do
     path="${aptmark_dir}/${target}"