Add SixSuits Balatro mod
Disable sagev.space ping check for pushdot/getdot. Fails even when git may not.
This commit is contained in:
parent
ed708ccb64
commit
ead75bbffd
|
@ -7,3 +7,6 @@
|
||||||
[submodule "fake_home/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/Milcks-QOL"]
|
[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
|
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
|
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
|
|
@ -170,10 +170,6 @@ function load-extensions {
|
||||||
}
|
}
|
||||||
|
|
||||||
function pushdot {
|
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
|
cd "$DOT_DIR" || return 1
|
||||||
local res
|
local res
|
||||||
if ! git diff --quiet; then
|
if ! git diff --quiet; then
|
||||||
|
@ -221,10 +217,6 @@ function getdot {
|
||||||
echo "An alias for scpace has not been defined on this device!"
|
echo "An alias for scpace has not been defined on this device!"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
if ! ping -c 1 sagev.space &> /dev/null; then
|
|
||||||
echo "Could not reach sagev.space"
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
cd "$DOT_DIR" || return 1
|
cd "$DOT_DIR" || return 1
|
||||||
git pull && ./copy.sh
|
git pull && ./copy.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue