scripts/ff-profsel/cb-profsel-install.sh
2024-12-28 00:39:36 +01:00

11 lines
440 B
Bash
Executable file

#!/bin/bash
# Creating directories if missing
mkdir -p ~/.local/bin ~/.local/share/applications
# Copying the good stuff
cp -pv cb-profsel.sh ~/.local/bin/
cp -pv cb-profsel.desktop ~/.local/share/applications/
echo -e "\nCachy Browser Profile Selector is installed. You can use it from your applications list or menu, and use it as the main navigator for a one clic profil selection.\nTo uninstall, simply remove the installed files."