bismuth/scripts/install.sh

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

15 lines
419 B
Bash
Raw Normal View History

2021-11-01 19:09:12 +03:00
#!/usr/bin/env sh
2022-03-03 19:13:50 +03:00
# SPDX-FileCopyrightText: 2021 Mikhail Zolotukhin <mail@gikari.com>
2021-11-01 19:09:12 +03:00
# SPDX-License-Identifier: MIT
set -e
echo "📦 Installing Bismuth..."
sudo cmake --install "build"
2021-11-01 20:06:34 +03:00
echo "🎉 Installation finished."
2021-11-10 18:21:56 +03:00
echo "💡 You can enable and configure window tiling in the System Settings > Window Management > Window Tiling."
echo "🦾 Don't forget to enable window tiling. We hope you will enjoy it!"