Skip to content

Commit

Permalink
Merge pull request #12 from pimoroni/patch/misc
Browse files Browse the repository at this point in the history
Misc Fixes
  • Loading branch information
Gadgetoid authored Aug 16, 2023
2 parents 59e9100 + 541a362 commit 01428ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build Packages
run: |
make dist
make build
- name: Upload Packages
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PYTHON="/usr/bin/python3"

user_check() {
if [ $(id -u) -eq 0 ]; then
printf "Script should not be run as root. Try './install.sh'\n"
printf "Script should not be run as root. Try './uninstall.sh'\n"
exit 1
fi
}
Expand Down

0 comments on commit 01428ac

Please sign in to comment.