milis/talimatname/genel/m/multibootusb/talimat

26 lines
615 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Birden fazla iso dosyasini usb bellege yazdirma programı
2017-01-10 22:18:05 +01:00
# URL: https://multibootusb.org
2017-10-27 20:46:27 +02:00
# Paketçi: Cihan Alkan
# Gerekler: mtools parted python3-qt5 dbus-python python3-pip python3-six
2017-01-10 22:18:05 +01:00
2017-10-28 14:10:23 +02:00
isim=multibootusb
2017-06-26 11:22:02 +02:00
hesap=oltulu
2017-10-28 14:10:23 +02:00
surum=8.8.0
devir=1
2017-01-10 22:18:05 +01:00
2017-10-28 14:10:23 +02:00
kaynak=()
2017-01-10 22:18:05 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
if [ ! -d $DERLEME_KAYNAKDIZIN/$isim ];then
git clone https://github.com/$hesap/$isim $DERLEME_KAYNAKDIZIN/$isim
2017-06-26 11:22:02 +02:00
else
2017-10-28 14:10:23 +02:00
cd $DERLEME_KAYNAKDIZIN/$isim
2017-06-26 11:22:02 +02:00
git pull
cd -
fi
2017-10-28 14:10:23 +02:00
cp -r $DERLEME_KAYNAKDIZIN/$isim $SRC/
cd $SRC/$isim
chmod 755 "$SRC/$isim/data/multibootusb.desktop"
2017-01-10 22:18:05 +01:00
python3 setup.py install --root="$PKG/" --optimize=1
}