This website requires JavaScript.
Explore
Help
Sign In
Fierelier
/
windvn
Watch
1
Star
0
Fork
0
You've already forked windvn
Code
Issues
2
Pull Requests
Projects
Releases
Wiki
Activity
39345d9b99
windvn
/
mods
/
sources-proprietary
/
data
/
chroot
4 lines
50 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update apt to make sure proprietary packages will be pulled
2022-09-19 02:45:30 +00:00
#!/bin/sh
Add --error-on=any to apt updates
2022-09-26 09:13:13 +00:00
set -e
Replace all occurrences of apt with apt-get
2023-04-09 08:05:18 +00:00
apt-get --error-on=any -y update
Reference in New Issue
Copy Permalink