Skip to content

Commit 6c25ba5

Browse files
committed
Merge branch 'master' of https://github.com/omkarcloud/boss
2 parents aa6698f + 5bbde48 commit 6c25ba5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

vm-scripts/install-bota-desktop.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
sudo apt-get update
4+
# Install required packages and dependencies
5+
sudo apt install -y apache2 python3-pip
6+
7+
python3 -m pip install --break-system-packages --upgrade bota
8+
9+
echo "alias python=python3" >> ~/.bashrc
10+
alias python=python3

0 commit comments

Comments
 (0)