Skip to content

Commit

Permalink
fix: removed obsolete call of "install-snapcraft.sh"
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam72 committed Jun 6, 2024
1 parent fadda2e commit eb138f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions scripts/install-dotnet-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ sudo GNUTLS_CPUID_OVERRIDE=0x1 apt update
sudo GNUTLS_CPUID_OVERRIDE=0x1 apt install -y dotnet-sdk-8.0

# Test installation
dotnet --version

source ~/scripts/install-snapcraft.sh
dotnet --version
4 changes: 1 addition & 3 deletions scripts/install-nodejs-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ if [[ ! -z "$HTTPS_PROXY" ]]; then
fi

node --version
npm --version

source ~/scripts/install-snapcraft.sh
npm --version

0 comments on commit eb138f4

Please sign in to comment.