Files

8 lines
122 B
Bash
Raw Permalink Normal View History

2026-06-01 10:41:12 +03:00
#!/bin/sh
if [ -e /etc/iwd/main.conf ]; then
sudo rm /etc/iwd/main.conf
fi
install_dotfiles "/" "$DOTFILES_DIR" "iwd"