Files
linux_setup_scripts/Debian/10-install-applications-universal.sh
2025-12-12 21:17:38 -07:00

14 lines
215 B
Bash

#!/bin/bash
#-- Install applications and software here, such as browsers or game launchers, etc.
#-- Update and Upgrade --#
apt update
apt upgrade -y
#-- Neovim --#
apt install neovim -y
apt install lua5.1 -y