mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 10:39:26 +00:00
10 lines
117 B
Bash
Executable File
10 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pip install awscli
|
|
|
|
# Necessary for dolhin kernel building
|
|
yum install -y bc
|
|
|
|
# Remove ourselves
|
|
rm -f $0
|