Created variables section
This commit is contained in:
parent
be68920ec8
commit
ac2001e3c4
1 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,15 @@
|
|||
#!/bin/bash
|
||||
# -- Arch Linux Installer Script -- #
|
||||
|
||||
# Variables
|
||||
HOME_SERVER="https://git.objnull.net/OBJNULL/LinuxScripts/raw/branch/main"
|
||||
|
||||
SYS_INSTALL='sudo pacman -Sy --noconfirm'
|
||||
FLH_INSTALL='sudo flatpak install -y'
|
||||
AUR_INSTALL='yay -S --noconfirm'
|
||||
|
||||
SYS_REMOVE='sudo pacman -Rns --noconfirm'
|
||||
|
||||
# Desktop Specific #
|
||||
## Gnome ##
|
||||
gnome_install() {
|
||||
|
|
Loading…
Reference in a new issue