Skip to content

Commit e9fe96c

Browse files
committed
Fix typo
1 parent 1ed0106 commit e9fe96c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build_files/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ set -ouex pipefail
1313
dnf5 -y copr enable solopasha/hyprland
1414
dnf5 -y install xdg-desktop-portal-hyprland hyprland hyprland-contrib hyprland-plugins hyprpaper hyprpicker hypridle hyprshot hyprlock pyprland xdg-desktop-portal-hyprland hyprland-qtutils
1515

16+
# CLI Tools
17+
dnf5 -y install fd-find
18+
1619
# Remove extra things
1720
# TODO: Figure out what we don't need from solopasha/hyprland
1821
#
@@ -27,7 +30,7 @@ dnf5 -y install walker
2730
# Application Launcher
2831
dnf5 -y copr enable errornointernet/packages
2932
dnf5 -y install elephant
30-
elepahant service enable
33+
elephant service enable
3134

3235
# On Screen Display
3336
dnf5 -y copr enable markupstart/SwayOSD
@@ -45,9 +48,6 @@ dnf5 -y install wezterm
4548
dnf5 -y copr enable agriffis/neovim-nightly
4649
dnf5 -y install neovim python3-neovim
4750

48-
# CLI Tools
49-
dnf5 -y install fd-find
50-
5151
# Install BinaryOS application configs as system defaults
5252
# XDG-compliant applications will use these as defaults when users first log in
5353

0 commit comments

Comments
 (0)