Add SixSuits Balatro mod

Disable sagev.space ping check for pushdot/getdot. Fails even when git may not.
This commit is contained in:
Sage Vaillancourt 2024-03-14 14:30:17 -04:00
parent ed708ccb64
commit ead75bbffd
3 changed files with 4 additions and 8 deletions

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "fake_home/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/Milcks-QOL"]
path = fake_home/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/Milcks-QOL
url = https://github.com/Mi1cK/Milcks-QOL
[submodule "fake_home/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/SixSuits"]
path = fake_home/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/SixSuits
url = https://github.com/Aurelius7309/SixSuits

@ -0,0 +1 @@
Subproject commit 0f5d4786146df04b732b8aa93dfe7ad6b12ba0db

View File

@ -170,10 +170,6 @@ function load-extensions {
}
function pushdot {
if ! ping -c 1 sagev.space &> /dev/null; then
echo "Could not reach sagev.space"
return 1
fi
cd "$DOT_DIR" || return 1
local res
if ! git diff --quiet; then
@ -221,10 +217,6 @@ function getdot {
echo "An alias for scpace has not been defined on this device!"
return 1
fi
if ! ping -c 1 sagev.space &> /dev/null; then
echo "Could not reach sagev.space"
return 1
fi
cd "$DOT_DIR" || return 1
git pull && ./copy.sh