mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-02-05 09:25:19 -05:00
fixed some 'sudo' commands
This commit is contained in:
parent
811b091687
commit
eaa8e21c32
@ -56,6 +56,7 @@ to the Kali template.
|
||||
|
||||
# in the debian-9 template terminal:
|
||||
# substitute jessie for stretch in
|
||||
sudo -s
|
||||
sensible-editor /etc/apt/sources.list
|
||||
sensible-editor /etc/apt/sources.list.d/qubes-r3.list
|
||||
apt-get update && apt-get dist-upgrade
|
||||
@ -89,8 +90,8 @@ to the Kali template.
|
||||
5. Update the system:
|
||||
|
||||
# in kali-tpl:
|
||||
sudo apt-get update
|
||||
sudo apt-get dist-upgrade
|
||||
sudo -s
|
||||
apt-get update && apt-get dist-upgrade
|
||||
|
||||
6. Shut down the `kali-tpl` template:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user