mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 04:47:52 +00:00
7 lines
122 B
Bash
Executable File
7 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Simple example showing how to update the packet index
|
|
#
|
|
|
|
DEBIAN_FRONTEND=noninteractive apt-get update -q
|