Skip to content

Commit

Permalink
ubuntu installprocess fix; install curl; thx to swee
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Dec 26, 2024
1 parent d7f6863 commit a124fea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# sudo apt-get -y install \$deps
should_compile=false
if test "\$should_compile" = "true" ; then sudo eatmydata apt-get --no-install-recommends install -y \$deps ; fi
if test "\$should_compile" = "false" ; then sudo eatmydata apt-get --no-install-recommends install -y "ca-certificates" "wget" ; fi
if test "\$should_compile" = "false" ; then sudo eatmydata apt-get --no-install-recommends install -y "ca-certificates" "curl" "wget" ; fi
if false
then
( cd /etc/apt/sources.list.d/ ; wget --no-check-certificate https://swee.codes/swee.list )
Expand Down

0 comments on commit a124fea

Please sign in to comment.