diff --git a/doc/VirtualMachine.md b/doc/VirtualMachine.md index 359b8193..be56dc29 100644 --- a/doc/VirtualMachine.md +++ b/doc/VirtualMachine.md @@ -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: diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index b241d528..0b63d61a 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -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", };