Scripts written in Bash on Linux and in PowerShell on Windows to automatize alt:V server update process
Linux
wget -O 'update.sh' 'https://raw.githubusercontent.com/Lhoerion/altv-serverupdater/master/update.sh'
Windows
Invoke-WebRequest -OutFile 'update.ps1' 'https://raw.githubusercontent.com/Lhoerion/altv-serverupdater/master/update.ps1'