Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinkido committed Apr 22, 2024
1 parent a09dd23 commit df8d2bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/install_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@ jobs:
commands: |
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
ls -l /etc/apt/
sudo apt-get install -qq -y git > /dev/null
sudo apt update && apt-get install -qq -y git > /dev/null
# Test first install
dir="$HOME/webplotter_test"
git clone -q https://github.com/ithinkido/penplotter-webserver.git "$dir" > /dev/null
git clone -q https://github.com/ithinkido/penplotter-webserver.git "$dir" && > /dev/null
sed 's/sudo reboot/$HOME\/penplotter_venv\/bin\/python3 $HOME\/webplotter\/main.py \&\nsleep 10\npkill -f "$HOME\/penplotter_venv\/bin\/python3 $HOME\/webplotter\/main.py"/' install.sh > testinstall.sh
sed -i 's/-q //' testinstall.sh
chmod +x testinstall.sh
echo ""
echo ""
cat testinstall.sh
cat testinstall.sh &&
echo ""
echo ""
echo -e "\e[32m Test first Install.\e[0m"
Expand Down

0 comments on commit df8d2bf

Please sign in to comment.