Skip to content

Commit

Permalink
Move under install/ as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jul 27, 2024
1 parent ec08036 commit 2245a99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
RUNNING_GNOME=$([[ "$XDG_CURRENT_DESKTOP" == *"GNOME"* ]] && echo true || echo false)

# Check the distribution name and version and abort if incompatible
source ~/.local/share/omakub/check-version.sh
source ~/.local/share/omakub/install/check-version.sh

if $RUNNING_GNOME; then
# Ensure computer doesn't go to sleep or lock while installing
Expand Down
File renamed without changes.

0 comments on commit 2245a99

Please sign in to comment.