mirror of
https://github.com/Bismuth-Forge/bismuth.git
synced 2024-11-20 17:56:56 +03:00
11 lines
275 B
Bash
Executable File
11 lines
275 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# 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"
|