mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 08:21:14 +00:00
Add QT GUI install program
This commit is contained in:
@@ -16,9 +16,10 @@ cat ../mips64ellibs | while read line; do
|
||||
done
|
||||
done
|
||||
|
||||
dpkg -x ../libgtk-3-dev_3.22.11-1_mips64el.deb .
|
||||
ls -1 ../download/*mips64el.deb | while read line; do
|
||||
echo "extract ${line} ..."
|
||||
dpkg -x "$line" .
|
||||
done
|
||||
|
||||
cd ..
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user