linutil/core/tabs/applications-setup/bottles-setup.sh

14 lines
343 B
Bash
Raw Normal View History

#!/bin/sh -e
. ../common-script.sh
install_bottles() {
printf "%b\n" "${YELLOW}Installing Bottles...${RC}"
. ./setup-flatpak.sh
flatpak install -y flathub com.usebottles.bottles
printf "%b\n" "${GREEN}Bottles installed successfully. Restart the system to apply changes...${RC}"
}
checkEnv
checkEscalationTool
2024-09-19 19:19:53 +01:00
install_bottles