Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed May 29, 2024
1 parent 126182c commit 8cd56f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions armbian/customize-image-fluidd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ source /tmp/overlay/install_components/recore_binaries.sh
source /tmp/overlay/install_components/ustreamer.sh
source /tmp/overlay/install_components/autohotspot.sh
source /tmp/overlay/install_components/auto_disable_ssh.sh
source /tmp/overlay/install_components/auto_switch_usb.sh
source /tmp/overlay/install_components/auto_switch_role.sh
source /tmp/overlay/install_components/prep_install.sh
source /tmp/overlay/install_components/add_overlays.sh
source /tmp/overlay/install_components/post_build.sh
Expand All @@ -47,7 +47,7 @@ install_ustreamer
install_bins
install_autohotspot
install_auto_disable_ssh
install_auto_switch_usb
install_auto_switch_role
add_overlays
post_build

Expand Down
4 changes: 2 additions & 2 deletions armbian/customize-image-mainsail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ source /tmp/overlay/install_components/recore_binaries.sh
source /tmp/overlay/install_components/ustreamer.sh
source /tmp/overlay/install_components/autohotspot.sh
source /tmp/overlay/install_components/auto_disable_ssh.sh
source /tmp/overlay/install_components/auto_switch_usb.sh
source /tmp/overlay/install_components/auto_switch_role.sh
source /tmp/overlay/install_components/post_build.sh
source /tmp/overlay/install_components/add_overlays.sh

Expand All @@ -45,7 +45,7 @@ install_ustreamer
install_bins
install_autohotspot
install_auto_disable_ssh
install_auto_switch_usb
install_auto_switch_role
add_overlays
post_build

Expand Down
4 changes: 2 additions & 2 deletions armbian/customize-image-octoprint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ source /tmp/overlay/install_components/toggle.sh
source /tmp/overlay/install_components/recore_binaries.sh
source /tmp/overlay/install_components/autohotspot.sh
source /tmp/overlay/install_components/auto_disable_ssh.sh
source /tmp/overlay/install_components/auto_switch_usb.sh
source /tmp/overlay/install_components/auto_switch_role.sh
source /tmp/overlay/install_components/ustreamer.sh
source /tmp/overlay/install_components/prep_install.sh
source /tmp/overlay/install_components/add_overlays.sh
Expand All @@ -44,7 +44,7 @@ install_ustreamer
install_bins
install_autohotspot
install_auto_disable_ssh
install_auto_switch_usb
install_auto_switch_role
add_overlays
post_build

Expand Down

0 comments on commit 8cd56f8

Please sign in to comment.