From 312730b04daedb62f587f75bc4f35ec28597a2dd Mon Sep 17 00:00:00 2001 From: Drewry Pope Date: Thu, 7 Mar 2024 22:07:26 -0600 Subject: [PATCH] dd --- sources/identity/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sources/identity/install.sh b/sources/identity/install.sh index e70b5c54..3cdf52f6 100644 --- a/sources/identity/install.sh +++ b/sources/identity/install.sh @@ -1,12 +1,12 @@ #!/usr/bin/env sh /boot/dietpi/dietpi-software install 188 # install latest go version (and git) +source /etc/bash.bashrc apt update apt install -y wget libicu72 npm npm install -g npm@latest wget https://github.com/PowerShell/PowerShell/releases/download/v7.4.1/powershell_7.4.1-1.deb_amd64.deb dpkg -i powershell_7.4.1-1.deb_amd64.deb apt install -f - cd ~$USER if [ ! -d "code" ]; then git clone https://github.com/developing-today/code @@ -15,5 +15,4 @@ else fi cd code/source/identity chmod +x *.ps1 - ./start-server-all.ps1