Skip to content

Commit

Permalink
ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Sep 11, 2023
1 parent 70f19f9 commit 7aaf81c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion scripts/ubuntu-install/installDependenciesAndBuildRepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,22 @@ sudo make install DESTDIR=AppDir
pwd
echo on

echo "path.lua"
cat bin/path.lua
cat bin/*.json
echo "done: path.lua"
for f in bin/*.json
do
echo "File $f"
cat $f
done
sudo cp bin/*.lua bin/*.json AppDir/usr/bin
echo "AppDir/"
ls AppDir/
echo "AppDir/usr"
ls AppDir/usr
echo "AppDir/usr/bin"
ls AppDir/usr/bin
echo "done AppDir/usr"
echo off
popd
pwd
Expand Down

0 comments on commit 7aaf81c

Please sign in to comment.