testing basic ops

This commit is contained in:
Gaurav Bankar
2024-08-04 18:02:26 +05:30
parent 44319624a6
commit fdcf524964

13
scripts/prerequisites.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
# Get the directory of the current script
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Source the master script
source "$SCRIPT_DIR/install.sh"
log_message "Installation started for prerequisites section"
print_info "Starting prerequisites setup..."
run_command "sudo pacman -Syyu --noconfirm" "Update package database and upgrade packages"