scripts/up.sh

12 lines
185 B
Bash
Executable file

#! /usr/bin/bash
# Update commands
# Load config & functions
#. ${HOME}/ayo.conf
#. ${scripts_dir}/functions.sh
#command=$1
sudo apt update && sudo apt upgrade -y
flatpak update -y