summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/50-copyscripts.inc
blob: aee3944b9e4a4d685a811d82474c9c153fbd4b76 (plain) (blame)
1
2
3
4
5
6
7
8
9
install_system_scripts() {
	# Different stuff like slxlog, finalize, firstrun, netsetup
	install_files "system"
}

install_timesync() {
	install_files "timesync"
}