You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
distros-overlay/profiles/templates/6_ac_update_sync/revision/2023/20230216-sync-type

10 lines
258 B

# Calculate exec=/bin/bash ini(overlay-distros.revision)<#-cut(0)-#
#-ini(overlay-distros.revision,#-cut(0)-#)-#
if [ -e /etc/portage/repos.conf/cl-lxc.conf ]]; then
sed -i 's/^sync-type.*/sync-type = git/g' /etc/portage/repos.conf/cl-lxc.conf
fi
exit 0