mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-20 13:23:07 +00:00
7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
|
#!/bin/bash
|
||
|
#
|
||
|
# Simple example showing how to update the packet index
|
||
|
#
|
||
|
|
||
|
DEBIAN_FRONTEND=noninteractive apt-get update -q
|