mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
krata: rewrite all repo infrastructure
This commit is contained in:
12
resources/bundle/uninstall.sh
Executable file
12
resources/bundle/uninstall.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
systemctl disable --now kratad.service || true
|
||||
systemctl disable --now kratanet.service || true
|
||||
|
||||
rm -f /usr/lib/systemd/system/kratad.service
|
||||
rm -f /usr/lib/systemd/system/kratanet.service
|
||||
|
||||
rm -f /usr/bin/kratactl
|
||||
rm -f /usr/libexec/kratad /usr/libexec/kratanet
|
||||
rm -rf /usr/share/krata
|
Reference in New Issue
Block a user