mugiseyebrows / install

install scripts

Repository from Github https://github.commugiseyebrows/installRepository from Github https://github.commugiseyebrows/install

Windows

paintnet

curl -L -o paintnet.bat https://raw.githubusercontent.com/mugiseyebrows/install/main/paintnet.bat
paintnet.bat

shareX

curl -L -o sharex.bat https://raw.githubusercontent.com/mugiseyebrows/install/main/sharex.bat
sharex.bat

python310

curl -L -o python310.bat https://raw.githubusercontent.com/mugiseyebrows/install/main/python310.bat
python310.bat

innosetup

curl -L -o innosetup.bat https://raw.githubusercontent.com/mugiseyebrows/install/main/innosetup.bat
innosetup.bat

Ubuntu

Docker

docker docs

curl -o install-docker.sh https://raw.githubusercontent.com/mugiseyebrows/install/main/docker.sh
sudo bash install-docker.sh

Alpine

apkfile

apk add curl html2text
curl -o /usr/bin/apkfile https://raw.githubusercontent.com/fcolista/apkfile/main/apkfile
chmod a+x /usr/bin/apkfile

About

install scripts


Languages

Language:Batchfile 68.4%Language:Shell 31.6%