This repository has been archived on 2026-09-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
KNELLegacyTechops/slack/prod/tsys-base/files/usr/local/bin/up2date.sh
T
2019-02-24 19:46:07 -06:00

8 lines
122 B
Bash
Executable File

#!/bin/bash
apt-get update
apt-get -y --purge autoremove
apt-get -y autoclean
apt-get -y upgrade
apt-get -y dist-upgrade