Skip to content

Alperosci/go-app-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

go-app-installer (installexecutable)

A simple Go program to move a file to the /bin directory. Useful for system management and quick setup scripts.


Features

  • Easy to use
  • Moves a file to /bin
  • Requires root privileges (must run with sudo)

Requirements

  • Go 1.x
  • Linux or Unix-based OS
  • Root privileges

Installation

Get the executables zip file and extract

Then run the install.sh

Building

  1. Clone the repo:
git clone https://github.com/Alperosci/installexecutable.git
cd installexecutable
  1. Build the program:
go build -o installexecutable main.go
  1. Usage:
sudo ./installexecutable <AppName>

⚠️ Warning: Requires root privileges. It won't work without sudo.


Example Usage

installexecutable myapp

This command moves the myscript.sh file to /bin and makes it executable system-wide.


About

A executable installer for linux distros

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages