This commit is contained in:
USER
2024-09-13 18:46:49 +01:00
parent acb0d5729e
commit cf13ef1ee4
5 changed files with 4 additions and 20 deletions

View File

@ -2,8 +2,6 @@
set check_computername=%COMPUTERNAME%
echo "Found computer %check_computername%"
set PACKAGES="C:\Packages"
set WPUBLIC="C:\wPublic"
set SCRIPTS="C:\Scripts"
set GIT="C:\Program Files\Git\git-bash.exe"
@ -11,9 +9,6 @@ mkdir %SCRIPTS%
if exist %GIT% (
%GIT% -c "git config --global --add safe.directory C:/Scripts/wBase"
%GIT% -c "git config --global --add safe.directory C:/Scripts/wLocal"
echo "Found git. Attempting pull"
cd %SCRIPTS%\wBase