9953943475
The update command only works with Debian anyway, so there's no point in installing it elsewhere.
5 lines
57 B
Bash
Executable File
5 lines
57 B
Bash
Executable File
#! /bin/sh
|
|
set -e
|
|
apt-get update -qy
|
|
apt-get upgrade -qy
|