From 028afefb27f0e872ed7cb81189d3850f96e23136 Mon Sep 17 00:00:00 2001 From: r0r-5chach Date: Mon, 1 Jan 2024 15:17:05 +0000 Subject: [PATCH] update --- README.md | 3 +-- config.json | 3 +-- src/header.rs | 3 --- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 src/header.rs diff --git a/README.md b/README.md index e51db23..ae4d406 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ "installList.txt", "mkinitcpio.conf", "pacman.conf", - {"default": - ["grub"]}, + {"default": ["grub"]}, {"pacman.d": ["hooks"]}, {"iwd": ["main.conf"]}, diff --git a/config.json b/config.json index 1dd3c6f..c9a1070 100644 --- a/config.json +++ b/config.json @@ -9,8 +9,7 @@ "installList.txt", "mkinitcpio.conf", "pacman.conf", - {"default": - ["grub"]}, + {"default": ["grub"]}, {"pacman.d": ["hooks"]}, {"iwd": ["main.conf"]}, diff --git a/src/header.rs b/src/header.rs deleted file mode 100644 index b408197..0000000 --- a/src/header.rs +++ /dev/null @@ -1,3 +0,0 @@ -//TODO: mod init - // convert terminal header into rust -