mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-15 00:19:31 +01:00
doc/VirtualMachine.md: fix typo
This commit is contained in:
parent
59090b39e7
commit
f8a739a688
@ -370,7 +370,7 @@ Tumbleweed:
|
||||
|
||||
The Tumbleweed installer will automatically reboot to a shell after the installation. Login
|
||||
as `root` and run `shutdown now -h`. Then run `virsh start pbot-vm`. (Using `shutdown now -r` to reboot
|
||||
will not initialize the new serial/vsock devices.)
|
||||
will not initialize the new serial/vsock devices.) Login as `root` when the virtual machine boots back up.
|
||||
|
||||
#### Install software
|
||||
Now we can install any software and programming languages we want to make available
|
||||
@ -436,7 +436,7 @@ Once that's done, run the following command:
|
||||
This will install `guest-server` to `/usr/local/bin/`, set up some environment variables and
|
||||
harden the guest system. After running the `setup-guest` script, we need to make the environment
|
||||
changes take effect:
|
||||
perl
|
||||
|
||||
guest$ source /root/.bashrc
|
||||
|
||||
We no longer need the `/tmp/guest/` stuff. We can delete it:
|
||||
|
@ -25,7 +25,7 @@ use PBot::Imports;
|
||||
# These are set by the /misc/update_version script
|
||||
use constant {
|
||||
BUILD_NAME => "PBot",
|
||||
BUILD_REVISION => 4725,
|
||||
BUILD_REVISION => 4726,
|
||||
BUILD_DATE => "2024-03-27",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user