mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
removed ensuring system is installed in base script
This commit is contained in:
+1
-3
@@ -1,8 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
ensure_system_is_updated &&
|
||||
ensure_package_is_installed sudo &&
|
||||
ensure_git_configuration_set "user.name" &&
|
||||
ensure_git_configuration_set "user.name" &&
|
||||
ensure_git_configuration_set "user.email" &&
|
||||
ensure_git_configuration_set "init.defaultbranch" &&
|
||||
ensure_ssh_key_installed &&
|
||||
|
||||
Reference in New Issue
Block a user