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
0da5e02d3f
presentations
/
stagex
/
scripts
/
alpine.sh
5 lines
99 B
Bash
Raw
Blame
History
#!/bin/sh
apk add cargo
printf
"DEPS (Alpine): %s\n"
$(
apk list --installed
|
tail -n +2
|
wc -l
)
Reference in New Issue
View Git Blame
Copy Permalink