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