#!/usr/bin/env bash

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

main
