Skip to content

Instantly share code, notes, and snippets.

View besoeasy's full-sized avatar

Aman Singh Katal besoeasy

View GitHub Profile
@besoeasy
besoeasy / flatpak_setup.sh
Last active February 8, 2024 22:10
Flatpak Setup
#!/bin/bash
# Update package lists and upgrade installed packages
echo "Updating package lists..."
sudo apt-get update -y
echo "Upgrading installed packages..."
sudo apt-get upgrade -y
# Detect the current desktop environment
echo "Detecting desktop environment..."