Merge pull request #17 from Benjman/clone-anywhere
Allow the user to clone `simple-hyprland` anywhere
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user