home · contact · privacy
More version confusion fixes.
[config] / bookworm / setup_scripts / install_for_target.sh
index 6f42b5619d2a3a17ccff12bf1a13387c777c4cef..1fac9d975c1673ecdd26638d0a8d1f60b64a5583 100755 (executable)
@@ -4,8 +4,9 @@
 #
 # Ignores anything in an apt-mark/ file after the last newline.
 set -e
+debian_version="bookworm"
 
-config_tree_prefix="${HOME}/config/bullseye"
+config_tree_prefix="${HOME}/config/${debian_version}"
 aptmark_dir="${config_tree_prefix}/apt-mark"
 
 for target in "$@"; do