changed repository and branch

This commit is contained in:
Daniel Sommer 2021-03-15 02:43:46 +01:00
parent 7182fbb5d5
commit b75e0234ab

View file

@ -117,7 +117,7 @@ printf "|> remounting '/etc/fstab' entries...\n"
mount -a
printf "|> customizing environment...\n"
git clone "https://git.velvettear.de/velvettear/alpine-linux.git" "/etc/velvettear"
git clone -b "lxc-alpine" "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"