feat: initial commit
This commit is contained in:
13
Debian/10-install-applications-universal.sh
Normal file
13
Debian/10-install-applications-universal.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user