Skip to content

Commit 8cfd6b4

Browse files
authored
Update install-bota-desktop.sh
1 parent bf09c28 commit 8cfd6b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vm-scripts/install-bota-desktop.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#!/bin/bash
22

33
sudo apt-get update
4-
sudo apt install apache2
54
# Install required packages and dependencies
6-
sudo apt install -y python3-pip # see rm works
5+
sudo apt install -y apache2 python3-pip # see rm works
76
python3 -m pip install --break-system-packages --upgrade bota
87
alias python=python3
98
echo "alias python=python3" >> ~/.bashrc

0 commit comments

Comments
 (0)