Skip to content

Commit

Permalink
Merge pull request #168 from szymonos/dev
Browse files Browse the repository at this point in the history
Merge dev to main
  • Loading branch information
szymonos authored Sep 4, 2024
2 parents aafbdc0 + 2a6857e commit 7413df6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .assets/provision/fix_nodejs_certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ fi
# determine system id
SYS_ID="$(sed -En '/^ID.*(alpine|fedora|debian|ubuntu|opensuse).*/{s//\1/;p;q}' /etc/os-release)"

CERT_PATH='/etc/ssl/certs/ca-certificates.crt'
# specify path for installed custom certificates
case $SYS_ID in
arch | alpine | fedora | opensuse)
Expand Down
1 change: 0 additions & 1 deletion .assets/provision/install_miniconda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ else
# download and install file
if download_file --uri $URL --target_dir $TMP_DIR; then
bash -C "$TMP_DIR/$(basename $URL)" -b -p "$HOME/miniconda3" >/dev/null
install -m 0755 "$TMP_DIR/eza" /usr/bin/
fi
# remove temporary dir
rm -fr "$TMP_DIR"
Expand Down

0 comments on commit 7413df6

Please sign in to comment.