#!/bin/bash install_trash_cli() { echo "Installing trash-cli" sudo dnf install trash-cli -y }