#!/usr/bin/env bash

main() {
	sudo pkexec /usr/bin/calamares -d
}

main
