Skip to content

Commit 5bbde48

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vm-scripts/install-bota-desktop.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

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

9+
echo "alias python=python3" >> ~/.bashrc
1010
alias python=python3

0 commit comments

Comments
 (0)