mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-29 04:47:38 +08:00
* Create symlink for test running * Fix 1604 and 2004 templates * Fix php and haskell running * Minor fix * Fix new added tests * Fix symlink * Minor fix * Fix script permissions * Minor fix * Fix firefox and rust tests * Fix new merged tests
12 lines
334 B
Bash
12 lines
334 B
Bash
#!/bin/bash -e
|
|
################################################################################
|
|
## File: 7-zip.sh
|
|
## Desc: Installs 7-zip
|
|
################################################################################
|
|
|
|
|
|
# Install 7-Zip
|
|
apt-get update -y
|
|
apt-get install -y p7zip p7zip-full p7zip-rar
|
|
|
|
invoke_tests "Tools" "7-Zip" |