File: update.sh

package info (click to toggle)
imsprog 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,828 kB
  • sloc: cpp: 6,525; ansic: 5,899; xml: 552; sh: 231; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
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