mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Remove spurious echos.
This commit is contained in:
@@ -212,9 +212,7 @@ BASEDIR=${BASEDIR:-$HOME/.skel}
|
||||
MINIMAL=${MINIMAL:-0}
|
||||
INSTALL_KEYS=${INSTALL_KEYS:-1}
|
||||
TRUST_ALL_KEYS=${TRUST_ALL_KEYS:-0}
|
||||
echo $INSTALL_PKGS
|
||||
INSTALL_PKGS=${INSTALL_PKGS:-$((1 - ${MINIMAL}))}
|
||||
echo $INSTALL_PKGS
|
||||
|
||||
# Check prerequisites
|
||||
if [[ ! -d $BASEDIR ]] ; then
|
||||
|
||||
Reference in New Issue
Block a user