first commit
This commit is contained in:
14
roles/desktop/config.sh
Executable file
14
roles/desktop/config.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
# Configuration du rôle desktop
|
||||
source "$PROJECT_DIR/lib.sh"
|
||||
enable_strict_mode
|
||||
|
||||
cat <<'EOM'
|
||||
|
||||
=> Desktop configuration
|
||||
|
||||
EOM
|
||||
|
||||
ensure_grub_cmdline
|
||||
remove_primary_network_section
|
||||
copy_config "firefox/policies.json" "/etc/firefox/policies"
|
||||
Reference in New Issue
Block a user