Bare mode is dead in 2.0

Uninstall whatever you want yourself now that we have multi-tab
uninstalls
This commit is contained in:
David Heinemeier Hansson
2025-08-24 22:21:25 +02:00
parent 46f8b522f1
commit 39dccccb1a
10 changed files with 34 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Install asdcontrol for controlling brightness on Apple Displays
if [ -z "$OMARCHY_BARE" ] && ! command -v asdcontrol &>/dev/null; then
if ! command -v asdcontrol &>/dev/null; then
git clone https://github.com/nikosdion/asdcontrol.git /tmp/asdcontrol
cd /tmp/asdcontrol
make