plz install roblox manually

This commit is contained in:
2025-04-03 13:58:47 +03:00
parent 642883abcd
commit cc5bdca6f5
3 changed files with 8 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ underline_shortcut=1
wheel_scroll_lines=3
[SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x3\xcd\0\0\x2\xfb\0\0\0\0\0\0\0\0\0\0\x3\xbf\0\0\x4\x1b\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x3\xcd\0\0\x2\xfb)
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\aS\0\0\x3\xec\0\0\0\0\0\0\0\0\0\0\a\x7f\0\0\x4\x37\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\aS\0\0\x3\xec)
[Troubleshooting]
force_raster_widgets=1

View File

@@ -5,3 +5,4 @@ allow_markup=true
term=ghostty
dynamic_lines=true
normal_window=false
insensitive=true

View File

@@ -14,7 +14,12 @@
system.activationScripts.installRoblox = {
text = ''
trap "${pkgs.flatpak}/bin/flatpak install -y https://sober.vinegarhq.org/sober.flatpakref" EXIT
# install roblox manually from flathub 😍
if [ ! -d "/home/ocbwoy3/.var/app/org.vinegarhq.Sober" ]; then
echo "Please Install Roblox - https://flathub.org/apps/org.vinegarhq.Sober"
echo "$ flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo"
echo "$ flatpak install --user flathub org.vinegarhq.Sober"
fi
'';
};