1
0
2025-06-10 00:29:29 +02:00
2025-06-10 00:29:29 +02:00
2025-06-10 00:29:29 +02:00
2025-06-10 00:29:29 +02:00
2025-06-10 00:29:29 +02:00
2025-06-10 00:29:29 +02:00

netupgrade

Servers full upgrade script

Where to use

  • On a dedicated server (bastion, ...)
  • On your computer with an alias to your dedicated server
  • On your computer (not recommended)

Install

Bin as root

cp bin/netupgrade to /usr/local/bin

Config as user

mkdir -p ~/.config/netuprade
touch ~/.config/netuprade/index.cfg

Alias on your computer with a dedicated server

You can save it in your .bashrc

alias netupgrade='ssh -t user@10.0.0.10 netupgrade'
Description
No description provided
Readme 39 KiB
Languages
Shell 100%