Skip to content

Commit 01428ac

Browse files
authored
Merge pull request #12 from pimoroni/patch/misc
Misc Fixes
2 parents 59e9100 + 541a362 commit 01428ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Build Packages
3434
run: |
35-
make dist
35+
make build
3636
3737
- name: Upload Packages
3838
uses: actions/upload-artifact@v3

uninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PYTHON="/usr/bin/python3"
77

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

0 commit comments

Comments
 (0)