Skip to content

Commit

Permalink
two spaces not tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Oct 22, 2023
1 parent 37bcc99 commit 5628d3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/Open-Typer/install
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ enable_module fuse || exit 1

#Download Open-Typer build from repo
case "$arch" in
"64") wget -O /tmp/Open-Typer.AppImage https://github.com/Open-Typer/Open-Typer/releases/download/v${version}/Open-Typer-aarch64.AppImage || error "Failed to download AppImage!" ;;
"32") wget -O /tmp/Open-Typer.AppImage https://github.com/Open-Typer/Open-Typer/releases/download/v${version}/Open-Typer-armhf.AppImage || error "Failed to download AppImage!" ;;
*) error "arch variable is not set, can not continue" ;;
"64") wget -O /tmp/Open-Typer.AppImage https://github.com/Open-Typer/Open-Typer/releases/download/v${version}/Open-Typer-aarch64.AppImage || error "Failed to download AppImage!" ;;
"32") wget -O /tmp/Open-Typer.AppImage https://github.com/Open-Typer/Open-Typer/releases/download/v${version}/Open-Typer-armhf.AppImage || error "Failed to download AppImage!" ;;
*) error "arch variable is not set, can not continue" ;;
esac

#Move Open-Typer.AppImage to /opt
Expand Down

0 comments on commit 5628d3d

Please sign in to comment.