Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed May 22, 2024
1 parent d6a397b commit 4ee6cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
#!/bin/sh

set -ex
# Get ubuntu distribution code name. All STOL APT debian packages are pushed to S3 bucket based on distribution codename.
cat /etc/apt/sources.list
ls /etc/apt/sources.list.d/
apt-get update
apt-get install -y python3-dev
# TODO

0 comments on commit 4ee6cb8

Please sign in to comment.