mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
8 lines
248 B
Bash
8 lines
248 B
Bash
# Installation completed in chroot
|
|
echo "[finished] Chroot installation completed successfully"
|
|
|
|
# Clean up installer sudoers
|
|
if sudo test -f /etc/sudoers.d/99-omarchy-installer; then
|
|
sudo rm -f /etc/sudoers.d/99-omarchy-installer &>/dev/null
|
|
fi
|