Browse Source

6.49 file update

main
alamin 8 months ago
parent
commit
88602f1bb3
  1. 10
      chr-6.49.15.sh

10
chr.sh → chr-6.49.15.sh

@ -1,4 +1,12 @@
curl -# -L https://github.com/elseif/MikroTikPatch/releases/download/7.19.1/chr-7.19.1-legacy-bios.img.zip -o /tmp/chr.img.zip && cd /tmp && \
#!/bin/bash -e
echo
echo "=== azadrah.org ==="
echo "=== https://github.com/azadrahorg ==="
echo "=== MikroTik 7 Installer ==="
echo
sleep 3
wget https://github.com/elseif/MikroTikPatch/releases/download/6.49.15/chr-6.49.15.img.zip -O chr.img.zip && \
gunzip -c chr.img.zip > chr.img && \
STORAGE=`lsblk | grep disk | cut -d ' ' -f 1 | head -n 1` && \
echo STORAGE is $STORAGE && \
Loading…
Cancel
Save