File: update.sh

package info (click to toggle)
imsprog 1.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,308 kB
  • sloc: cpp: 8,370; ansic: 6,111; xml: 701; sh: 265; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/bash
#
wget https://github.com/bigbigmdm/IMSProg/archive/refs/heads/main.zip
unzip main.zip
rm -rf main.zip
cd IMSProg-main
sudo ./build_all.sh