move make to pkglist

This commit is contained in:
Andrejus
2020-02-26 16:33:35 +00:00
parent 2056e1e32d
commit 5eb2d655a4
2 changed files with 1 additions and 3 deletions

View File

@@ -23,9 +23,6 @@ if [ -f "$install_lock_file" ]; then
fi fi
touch "$install_lock_file" # Requires clean touch "$install_lock_file" # Requires clean
# Ensure MAKE is installed
if not_installed "make"; then install make; fi
# Run all install scripts # Run all install scripts
readonly install_dir="$dotfiles_dir/install" readonly install_dir="$dotfiles_dir/install"
readonly script_filter="$install_dir/*.sh" # Don't escape to unwrap glob readonly script_filter="$install_dir/*.sh" # Don't escape to unwrap glob

View File

@@ -1,3 +1,4 @@
curl curl
make
net-tools net-tools
openssh-server openssh-server