mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-02-10 19:58:40 -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:
|
# in the debian-9 template terminal:
|
||||||
# substitute jessie for stretch in
|
# substitute jessie for stretch in
|
||||||
|
sudo -s
|
||||||
sensible-editor /etc/apt/sources.list
|
sensible-editor /etc/apt/sources.list
|
||||||
sensible-editor /etc/apt/sources.list.d/qubes-r3.list
|
sensible-editor /etc/apt/sources.list.d/qubes-r3.list
|
||||||
apt-get update && apt-get dist-upgrade
|
apt-get update && apt-get dist-upgrade
|
||||||
@ -89,8 +90,8 @@ to the Kali template.
|
|||||||
5. Update the system:
|
5. Update the system:
|
||||||
|
|
||||||
# in kali-tpl:
|
# in kali-tpl:
|
||||||
sudo apt-get update
|
sudo -s
|
||||||
sudo apt-get dist-upgrade
|
apt-get update && apt-get dist-upgrade
|
||||||
|
|
||||||
6. Shut down the `kali-tpl` template:
|
6. Shut down the `kali-tpl` template:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user