diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-02-01 19:25:41 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-02-01 19:25:41 +0100 |
| commit | 69a416caa2bce3dc4a3aff61fb8ae955f7561e51 (patch) | |
| tree | 7f80e7f3143872c2e0a8867399abfcd35c9d5dbc /package_sync.sh | |
| parent | fdee7340ac18b0866abf0c44643f4c937fc4cf80 (diff) | |
| download | dotfiles-server-69a416caa2bce3dc4a3aff61fb8ae955f7561e51.tar.xz dotfiles-server-69a416caa2bce3dc4a3aff61fb8ae955f7561e51.zip | |
Reorganise scripts
Diffstat (limited to 'package_sync.sh')
| -rwxr-xr-x | package_sync.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package_sync.sh b/package_sync.sh deleted file mode 100755 index 44583f0..0000000 --- a/package_sync.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -sudo apt update -y -sudo apt upgrade -y -sudo apt clean -y -sudo apt autoremove -y |
