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

install_timesync() {
	install_files "timesync"
}