This website requires JavaScript.
Explore
Help
Sign In
public
/
presentations
Watch
5
Star
0
Fork
You've already forked presentations
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
11c9e9ec52
presentations
/
stagex
/
scripts
/
archlinux.sh
5 lines
94 B
Bash
Raw
Blame
History
#!/bin/sh
pacman -Syu --noconfirm rust
printf
"DEPS (Arch Linux): %s\n"
$(
pacman -Q
|
wc -l
)
Reference in New Issue
View Git Blame
Copy Permalink