Initial Commit

This commit is contained in:
admin 2022-10-10 21:08:58 +03:00
parent 3e0e7f7577
commit abc7c80c31
3 changed files with 18 additions and 0 deletions

4
install.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
# installation script
wget https://github.com/asandikci/iflbot-setup/archive/refs/heads/main.zip

11
src/applications.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
# setup script for applications
#Sublime Text https://www.sublimetext.com/docs/linux_repositories.html
sudo apt-get install apt-transport-https
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/sublimehq-archive.gpg
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt-get update
sudo apt-get install sublime-text
#

3
src/info Normal file
View File

@ -0,0 +1,3 @@
Bu bilgisayar baxup tarafından korunmaktadır.
Yeni bir uygulamayı bilgisayara yüklemek için lütfen GitHub üzerinden issue veya pull request açınız !!!
GitHub Linki: https://github.com/asandikci/iflbot-setup