Skip to content

Commit df0785d

Browse files
committed
Add a disclaimer
1 parent f9d7972 commit df0785d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

vendor/bin/install_pacman.sh

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
#!/usr/bin/env bash
22

33
# Based on: https://github.com/mcgitty/pacman-for-git
4-
# My Fork: https://github.com/daxgames/pacman-for-git
4+
# Dax T. Games Fork: https://github.com/daxgames/pacman-for-git
5+
6+
# Disclaimer: Use at your own risk.
7+
#
8+
# This script modifies system files and installs the pacman package manager into your Git for Windows environment.
9+
#
10+
# While it has been tested in various Git for Windows versions, there is always a risk of data loss or system instability when running scripts that alter executable files and shared libraries.
11+
#
12+
# Make sure to back up any important data before proceeding.
13+
#
14+
# Always review and understand scripts from external sources prior to execution.
515

616
export bin_source=${1:-https://github.com/daxgames/pacman-for-git/raw/refs/heads/main}
717

0 commit comments

Comments
 (0)