4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Update APT

This commit is contained in:
AlphaX-Projects 2022-02-25 17:21:13 +01:00 committed by GitHub
parent 8ff04d757c
commit b2f12e645f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@
# Remove apt repository source list when user uninstalls app
if grep ^ /etc/apt/sources.list /etc/apt/sources.list.d/* | grep qortal.list; then
sudo apt-key del 5025E50F;
sudo rm /etc/apt/sources.list.d/qortal.list;
fi