Skip to content

Commit

Permalink
Add act installation script and remove apt installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
phalanx-hk committed Jan 25, 2024
1 parent 84616ba commit 722fe1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 95 deletions.
6 changes: 6 additions & 0 deletions install/ubuntu/common/act.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

# act
echo "--- install act is start! ---"
curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
echo "--- install act is done! ---"
95 changes: 0 additions & 95 deletions install/ubuntu/common/apt.sh

This file was deleted.

0 comments on commit 722fe1d

Please sign in to comment.