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/ts-base-ovh/files/usr/local/bin/upAndRoll.sh
T
2024-11-11 18:43:05 -06:00

10 lines
145 B
Bash

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