Remove the pre-install script section
This commit is contained in:
parent
b2b678447a
commit
a2076d472e
@ -3,4 +3,3 @@ packages_directory = "contents/packages"
|
||||
[packages]
|
||||
authy = "https://aur.archlinux.org/authy.git"
|
||||
|
||||
[pre_install_script]
|
||||
|
||||
@ -10,7 +10,6 @@ use std::process::{Command, Stdio};
|
||||
struct Config {
|
||||
packages_directory: Option<String>,
|
||||
packages: Option<HashMap<String, String>>,
|
||||
pre_install_script: Option<HashMap<String, String>>
|
||||
}
|
||||
|
||||
// git --version >= 2.25.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user