scripts/up.sh
2026-06-13 13:28:05 +02:00

11 lines
216 B
Bash
Executable file

#! /usr/bin/bash
# Load config file
. ${HOME}/ayo.conf
sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y
# if $skip_flatpak is set in config file
if ! [ $skip_flatpak ]; then
flatpak update -y
fi