Last active 2 years ago

mxywes revised this gist 2 years ago. Go to revision

1 file changed, 11 insertions

after_update.sh(file created)

@@ -0,0 +1,11 @@
1 + #passwd
2 + sudo steamos-readonly disable
3 + sudo pacman-key --init
4 + sudo pacman-key --populate archlinux holo
5 + sudo pacman -Sy
6 + sudo pacman -Sy base-devel
7 + git clone https://aur.archlinux.org/trizen.git /tmp/trizen
8 + cd /tmp/trizen
9 + makepkg -si
10 + cd
11 + rm -rf /tmp/trizen
Newer Older