why is copying a deb so hard

This commit is contained in:
ferrreo 2023-04-28 19:21:12 +01:00 committed by GitHub
parent 7a60ae68ea
commit 2f912cda0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,6 @@ apt-get install -y libasound2-dev libfdk-aac-dev libfontconfig-dev libfreetype6-
# Move the debs to output # Move the debs to output
mkdir -p ../output mkdir -p ../output
ls ls build/
ls./build/ mv build/*.deb ../output/
mv ./build/*.deb ../output/
cd ../ cd ../