Skip to content

Commit 67739a4

Browse files
committed
update to apt-get
1 parent bf18fe4 commit 67739a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ sudo tar xpf $SAMPLE_FS_PACKAGE -C Linux_for_Tegra/rootfs/
8282
echo "Satisfying prerequisites"
8383
sudo Linux_for_Tegra/tools/l4t_flash_prerequisites.sh
8484
# Fresh systems could be missing these packages
85-
sudo apt install flex bison libssl-dev -y
85+
sudo apt-get install flex bison libssl-dev -y
8686

8787
echo "Applying binaries"
8888
sudo Linux_for_Tegra/apply_binaries.sh --debug

0 commit comments

Comments
 (0)