Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Al-Saffar committed Oct 29, 2024
1 parent 8531398 commit f4a8ad6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Empty file modified src/machineconfig/jobs/linux/msc/network.sh
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions src/machineconfig/setup_linux/apps_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ sudo nala install make -y || true # lvim and spacevim require it.
# /bin/bash -c "$(curl -fsSL https://exaloop.io/install.sh)"


# yes '' | sed 3q; echo "----------------------------- installing rust ----------------------------"; yes '' | sed 3q
# # curl https://sh.rustup.rs -sSf | sh
yes '' | sed 3q; echo "----------------------------- installing rust ----------------------------"; yes '' | sed 3q
# curl https://sh.rustup.rs -sSf | sh
# (curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh) || true

# sudo apt-get install libssl-dev -y # required for web development

yes '' | sed 3q; echo "----------------------------- installing cmatrix ----------------------------"; yes '' | sed 3q
if [ "$package_manager" = "nala" ]; then
Expand Down

0 comments on commit f4a8ad6

Please sign in to comment.