We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59e9100 + 541a362 commit 01428acCopy full SHA for 01428ac
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Build Packages
34
run: |
35
- make dist
+ make build
36
37
- name: Upload Packages
38
uses: actions/upload-artifact@v3
uninstall.sh
@@ -7,7 +7,7 @@ PYTHON="/usr/bin/python3"
7
8
user_check() {
9
if [ $(id -u) -eq 0 ]; then
10
- printf "Script should not be run as root. Try './install.sh'\n"
+ printf "Script should not be run as root. Try './uninstall.sh'\n"
11
exit 1
12
fi
13
}
0 commit comments