You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vendor/bin/install_pacman.sh
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,17 @@
1
1
#!/usr/bin/env bash
2
2
3
3
# 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.
0 commit comments