Skip to content

LatorreDev/BashScripting

Repository files navigation

BashScripting

This is a repository where you can find bash scripts of everyday tasks.

If i want download and run the script?

$ curl -L -O https://github.com/LatorreDev/BashScripting/script-name.sh

$ chmod +x script-name.sh

Pre-requisites

This script is designed for ArchLinux and derivated

  • for Ap_hotspot.sh install screen and create_ap
$ sudo pacman -S screen create_ap  
  • for ArchLinuxAdministration.sh

You need to add aur repo and install yay

edit pacman configuration file

$ sudo nano /etc/pacman.conf 

add the following repository at the bottom

[archlinuxfr]
SigLevel = Never
Server = http=//repo.archlinux.fr/$arch

Now clone yay source code from git and run the build, it may take a while ;)

$ git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

finally press y key to install yay

About

💻 Scripts made for linux bash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages