Skip to content

Commit

Permalink
linting, linting, linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MthwRobinson committed Jun 28, 2024
1 parent 6c8ea9e commit 732d519
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions scripts/initialize-libreoffice.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash

ARCH=$(uname -m)

/usr/bin/soffice --headless || [ $? -eq 81 ] || exit 1
2 changes: 1 addition & 1 deletion scripts/install-wolfi-libreoffice.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

RCH=$(uname -m)
ARCH=$(uname -m)

if [[ "$ARCH" == "x86_64" ]] || [[ "$ARCH" == "amd64" ]]; then
apk add --allow-untrusted packages/libreoffice-7.6.5-r0.apk
Expand Down

0 comments on commit 732d519

Please sign in to comment.