mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-21 08:48:38 +00:00
Misc
This commit is contained in:
2
cc.sh
2
cc.sh
@@ -45,7 +45,7 @@ fi
|
|||||||
dotnet --info
|
dotnet --info
|
||||||
|
|
||||||
if [[ "$PULL" -eq 1 && -d ".git" ]] && hash git 2>/dev/null; then
|
if [[ "$PULL" -eq 1 && -d ".git" ]] && hash git 2>/dev/null; then
|
||||||
git pull --recurse-submodules || true
|
git pull --recurse-submodules=on-demand || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -f "$SOLUTION" ]]; then
|
if [[ ! -f "$SOLUTION" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user