bismuth/scripts/uninstall.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
275 B
Bash
Raw Normal View History

#!/usr/bin/env sh
2022-03-03 19:13:50 +03:00
# SPDX-FileCopyrightText: 2021 Mikhail Zolotukhin <mail@gikari.com>
# SPDX-FileCopyrightText: 2018-2019 Eon S. Jeon <esjeon@hyunmu.am>
# SPDX-License-Identifier: MIT
set -e
echo "🔥 Uninstalling Bismuth..."
sudo xargs rm < "build/install_manifest.txt"