You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
461 B

4 months ago
echo "---"
echo "Создаём папку для работы..."
echo "---"
mkdir build
echo "---"
echo "Распаковываем и достаём файлы..."
echo "---"
mv linux64 wallet.tar.bz2
7z x wallet.tar.bz2
7z x wallet.tar -obuild/
mv build/* build/wallet
echo "---"
echo "Строим пакет..."
echo "---"
flatpak-builder build-dir --force-clean org.getmonero.wallet.yml
echo "--------------"
echo "./install.sh"
echo "--------------"