Add missing call to sudo

This commit is contained in:
Daniel - 2020-08-30 12:33:24 +02:00
parent e703f1332a
commit fd78ed471c
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function encode-with-ffmpeg() {
function run-remote-apt-upgrade() {
host=$1
ssh "$host" -t "tmux new-session -d -A -s apt-updates \; send-keys 'sudo apt clean && sudo apt update && sudo apt upgrade && sudo apt autoremove && tripwire --check --interactive' ENTER \; attach"
ssh "$host" -t "tmux new-session -d -A -s apt-updates \; send-keys 'sudo apt clean && sudo apt update && sudo apt upgrade && sudo apt autoremove && sudo tripwire --check --interactive' ENTER \; attach"
}
function tmux-main() {