Update post-install-artix.sh
This commit is contained in:
parent
d0c360f1a3
commit
05571df98c
1 changed files with 15 additions and 5 deletions
|
|
@ -1,14 +1,24 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# run as root
|
# 1. install artix-cinnamon-openRC then run
|
||||||
pacman -Syy
|
# 2. run through this script, section by section
|
||||||
pacman -Syu
|
|
||||||
|
|
||||||
# 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
|
git clone https://aur.archlinux.org/yay.git
|
||||||
cd yay
|
cd yay
|
||||||
makepkg -si
|
makepkg -si
|
||||||
|
|
||||||
|
# install programs
|
||||||
|
yay -S librewolf-bin
|
||||||
|
|
||||||
|
|
||||||
# kill the beep sound
|
# kill the beep sound
|
||||||
# this command needs to be saved into .bashrc or
|
# this command needs to be saved into .bashrc or
|
||||||
# some startup script
|
# some startup script
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue