Skip to content

Commit

Permalink
Install correct version of python3-networkmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
hugs committed Aug 19, 2024
1 parent 8a0e28a commit f563193
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/machine-setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,12 @@ def shell(command):
shell("""cd /home/tapster/Projects/valet/;
mkdir comitup;
cd comitup;
wget https://davesteele.github.io/comitup/deb/python3-networkmanager_2.2-3_all.deb;
sudo dpkg -i --force-all python3-networkmanager*.deb;
wget https://davesteele.github.io/comitup/deb/comitup_1.42-1_all.deb;
sudo dpkg -i --force-all comitup_*.deb;
sudo apt-get update;
sudo apt-get install -y python3-cachetools python3-networkmanager;
sudo apt-get install -y python3-cachetools;
sudo apt-get install -y comitup;""")

# Allow NetworkManager to manage the wifi interfaces
Expand Down

0 comments on commit f563193

Please sign in to comment.