Merge pull request #17 from Benjman/clone-anywhere

Allow the user to clone `simple-hyprland` anywhere
This commit is contained in:
Gaurav Bankar
2025-08-08 00:40:27 +05:30
committed by GitHub
7 changed files with 26 additions and 26 deletions

View File

@@ -1,10 +1,10 @@
#!/bin/bash
# Get the directory of the current script
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
BASE_DIR=$(realpath "$(dirname "${BASH_SOURCE[0]}")/../../")
# Source helper file
source $SCRIPT_DIR/helper.sh
source $BASE_DIR/scripts/installer/helper.sh
log_message "Installation started for prerequisites section"
print_info "\nStarting prerequisites setup..."