Skip to content

Commit

Permalink
chore: Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 7, 2025
1 parent 4aa92df commit 16f388d
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,10 @@ restore-virtual-keyboard:
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
gnome-extensions disable [email protected]
else
if [[ ! -f ~/.local/share/applications/com.github.maliit.keyboard.desktop ]]
mkdir -p ~/.local/share/applications/
cp /usr/share/ublue-os/backup/com.github.maliit.keyboard.desktop ~/.local/share/applications/com.github.maliit.keyboard.desktop
if [[ ! -f ~/.local/share/applications/com.github.maliit.keyboard.desktop ]]; then
mkdir -p ~/.local/share/applications/
cp /usr/share/ublue-os/backup/com.github.maliit.keyboard.desktop ~/.local/share/applications/com.github.maliit.keyboard.desktop
fi
fi

# Install hhd main branch locally until reboot, helpful for hhd testing and debugging. (rename to install-hhd-dev if we unhide)
Expand Down

0 comments on commit 16f388d

Please sign in to comment.