From 05571df98c22f8d5c80171b5b356c6b776461fea Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 28 Mar 2022 15:04:39 +0200 Subject: [PATCH] Update post-install-artix.sh --- post-install-artix.sh | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/post-install-artix.sh b/post-install-artix.sh index 84725c0..0a770c1 100644 --- a/post-install-artix.sh +++ b/post-install-artix.sh @@ -1,14 +1,24 @@ #!/bin/sh -# run as root -pacman -Syy -pacman -Syu +# 1. install artix-cinnamon-openRC then run +# 2. run through this script, section by section -# the following commands are run manually -pacman -S --needed git base-devel + +# upgdate / upgrade +sudo pacman -Syy +sudo pacman -Syu + +# install basic shidd +sudo pacman -S --needed git base-devel + +# git clone https://aur.archlinux.org/yay.git cd yay makepkg -si +# install programs +yay -S librewolf-bin + + # kill the beep sound # this command needs to be saved into .bashrc or # some startup script