Fix user-facing typo #2
@ -425,7 +425,7 @@ impl Installer {
|
||||
util::create_dir(&home)?;
|
||||
util::chown_user(&home)?;
|
||||
|
||||
self.info("Copying /realms/skel into home diectory")?;
|
||||
self.info("Copying /realms/skel into home directory")?;
|
||||
util::copy_tree(&self.storage().join("realms/skel"), &home)?;
|
||||
|
||||
if let Some(scheme) = Base16Scheme::by_name(MAIN_TERMINAL_SCHEME) {
|
||||
@ -452,7 +452,7 @@ impl Installer {
|
||||
util::create_dir(&path)?;
|
||||
util::chown_user(&path)?;
|
||||
|
||||
self.info("Copying /realms/skel into home diectory")?;
|
||||
self.info("Copying /realms/skel into home directory")?;
|
||||
util::copy_tree(&self.storage().join("realms/skel"), &home)?;
|
||||
|
||||
self.info("Creating apt-cacher config file")?;
|
||||
|
Loading…
Reference in New Issue
Block a user