diff --git a/debian_install.sh b/debian_install.sh index 73a3af8..0dc9615 100755 --- a/debian_install.sh +++ b/debian_install.sh @@ -118,7 +118,7 @@ printf "|> remounting '/etc/fstab' entries...\n" mount -a printf "|> customizing environment...\n" -git clone -b "lxc-alpine" "https://git.velvettear.de/velvettear/etc.git" "/etc/velvettear" +git clone -b "lxc-debian" "https://git.velvettear.de/velvettear/etc.git" "/etc/velvettear" chown -R "$user":users "/etc/velvettear" ln -s "/etc/velvettear/shell/zshrc.sh" "/home/$user/.zshrc" ln -s "/etc/velvettear/shell/zshrc_root.sh" "/root/.zshrc"