Update from work I did on laptop
This commit is contained in:
12
setup/scripts/change-settings
Normal file
12
setup/scripts/change-settings
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# --- Helper functions ---
|
||||
log() { echo -e "\033[1;34m[INFO]\033[0m $*"; }
|
||||
exists() { command -v "$1" >/dev/null 2>&1; }
|
||||
|
||||
# --- Defined Paths ---
|
||||
PANAMA_PATH="$HOME/.local/share/Panama"
|
||||
|
||||
echo -e "\n--- Copying System & User files ---"
|
||||
log "Changing DNF Settings"
|
||||
sudo cp -r "$PANAMA_PATH/config/copy/." "/"
|
||||
Reference in New Issue
Block a user