Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 14ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
s

setup

Recently created Least recently created Recently updated Least recently updated

airikr / Install softwares and restore backup files

Last active 3 months ago linux restore setup
0 0 1
1 #!/bin/bash
2
3 # VARIABLES
4 dir_home='/home/{username}'
5 dir_backup='/to/dir'
6 GREEN='\033[0;32m'
7 YELLOW='\033[1;33m'
8 BLUE='\033[0;34m'
9 NC='\033[0m'
10 SLEEP='.5'