Update 'install64.sh'

This commit is contained in:
2024-09-24 08:15:55 -05:00
parent 5f9d743a32
commit b3960e3894

View File

@@ -81,7 +81,7 @@ rm /home/terminal/Desktop/temp/IBMiAccess_v1r9 -rf
echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode
### Disable F11 - Full Screen
if [ -f /home/terminal/.config/openbox/rc.xml]
if [ -f /home/terminal/.config/openbox/rc.xml]; then
sed -i -e 's/ToggleFullscreen//g' /home/terminal/.config/openbox/rc.xml
openbox --reconfigure
else