plz install roblox manually
This commit is contained in:
@@ -25,7 +25,7 @@ underline_shortcut=1
|
|||||||
wheel_scroll_lines=3
|
wheel_scroll_lines=3
|
||||||
|
|
||||||
[SettingsWindow]
|
[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]
|
[Troubleshooting]
|
||||||
force_raster_widgets=1
|
force_raster_widgets=1
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ allow_markup=true
|
|||||||
term=ghostty
|
term=ghostty
|
||||||
dynamic_lines=true
|
dynamic_lines=true
|
||||||
normal_window=false
|
normal_window=false
|
||||||
|
insensitive=true
|
||||||
|
|||||||
@@ -14,7 +14,12 @@
|
|||||||
|
|
||||||
system.activationScripts.installRoblox = {
|
system.activationScripts.installRoblox = {
|
||||||
text = ''
|
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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user