Skip to content

Commit

Permalink
Replace gnome-terminal starting with "qvm-start"
Browse files Browse the repository at this point in the history
Since this script is non-interactive, there's no need to start a gnome-terminal for the user to type commands. Implemented per Marek's suggestion [1]. This was replaced with `qvm-start`.

[1]: QubesOS/qubes-issues#8605 (comment)
  • Loading branch information
deeplow committed Jan 17, 2024
1 parent 11614bf commit 9372202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb_upgrader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ upgrade_template() {
fi

message "Upgrading $new_template_name"
qvm-run -a $new_template_name gnome-terminal
qvm-start $new_template_name

message "Updating APT repositories..."
qvm-run -p $new_template_name "sudo sed -i 's/$old_name/$new_name/g' /etc/apt/sources.list"
Expand Down

0 comments on commit 9372202

Please sign in to comment.