refactor + firewall
This commit is contained in:
parent
f235867600
commit
dfa3a34484
17 changed files with 200 additions and 123 deletions
|
@ -1,5 +1,8 @@
|
|||
use crate::{
|
||||
config::UserConfig, linux::{arch_chroot, install_file}, pkg::install_pkgs, print_status
|
||||
config::UserConfig,
|
||||
linux::{arch_chroot, install_file},
|
||||
pkg::install_pkgs,
|
||||
print_status,
|
||||
};
|
||||
|
||||
pub fn change_passwd(user: &str, pw: &str) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue