mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-16 17:09:33 +01:00
10 lines
363 B
Plaintext
10 lines
363 B
Plaintext
|
cp guest/bin/* /usr/local/bin
|
||
|
mkdir /usr/local/share/pbot-vm/
|
||
|
cp -r guest/lib/Languages/ /usr/local/share/pbot-vm/
|
||
|
cp guest/include/prelude.h /usr/include
|
||
|
|
||
|
echo unset DEBUGINFOD_URLS >> /root/.bashrc
|
||
|
echo export ASAN_OPTIONS=detect_leaks=0 >> /root/.bashrc
|
||
|
|
||
|
echo PBot Guest VM is now set up. For changes to take effect, run this command now: source /root/.bashrc
|