Added an option to use script in opensuse.
This commit is contained in:
+7
-6
@@ -29,7 +29,7 @@ DNF_PACKAGES=(
|
||||
"mpv"
|
||||
"fuse"
|
||||
"fuse-libs"
|
||||
"nodejs24"
|
||||
"nodejs"
|
||||
)
|
||||
|
||||
FLATPAK_PACKAGES=(
|
||||
@@ -59,7 +59,7 @@ FLATPAK_PACKAGES=(
|
||||
)
|
||||
|
||||
GNOME_EXTENSIONS=(
|
||||
"dash-to-dock@micxgx.gmail.com"
|
||||
"dhruva@narkagni"
|
||||
"app-grid-wizard@mirzadeh.pro"
|
||||
"appindicatorsupport@rgcjonas.gmail.com"
|
||||
"blur-my-shell@aunetx"
|
||||
@@ -213,6 +213,11 @@ install_software() {
|
||||
sudo dnf install -y "${DNF_PACKAGES[@]}"
|
||||
check_status "DNF packages installation" "non-critical"
|
||||
|
||||
# Install Gemini CLI
|
||||
log_info "Installing gemini-cli via Homebrew..."
|
||||
npm i @google/gemini-cli
|
||||
check_status "gemini-cli installation" "non-critical"
|
||||
|
||||
# Ensure flatpak is set up
|
||||
if ! command -v flatpak &> /dev/null; then
|
||||
log_info "Flatpak not found. Installing..."
|
||||
@@ -252,10 +257,6 @@ install_software() {
|
||||
check_status "Homebrew installation" "non-critical"
|
||||
fi
|
||||
|
||||
# Install Gemini CLI
|
||||
log_info "Installing gemini-cli via Homebrew..."
|
||||
brew install gemini-cli
|
||||
check_status "gemini-cli installation" "non-critical"
|
||||
}
|
||||
|
||||
install_discord() {
|
||||
|
||||
Reference in New Issue
Block a user