Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Mar 8, 2024
1 parent c97df06 commit 312730b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sources/identity/install.sh
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,5 +15,4 @@ else
fi
cd code/source/identity
chmod +x *.ps1

./start-server-all.ps1

0 comments on commit 312730b

Please sign in to comment.