improving setup script

pull/1/head
Jeffrey Paul 6 years ago
parent a16e21aa08
commit df1839f9d2
  1. 4
      bin/setup

@ -1,7 +1,5 @@
#!/bin/bash
exit 0 # FIXME wip
function do_debian_stretch_setup {
# FIXME assumes amd64
export DEBIAN_FRONTEND=noninteractive
@ -82,3 +80,5 @@ function do_setup {
fi
fi
}
do_setup

Loading…
Cancel
Save