Go to file
Sambo Chea f00fdafc10 Update go-update 2023-08-14 10:32:39 +07:00
moodle Add install script for moodle 2021-04-28 12:37:46 +07:00
.gitignore add docker setup 2021-04-03 11:04:46 +07:00
amzlinux.sh Add 'amzlinux.sh' 2022-10-06 15:04:08 +07:00
apt-focal.sh Task: Add focal script for apt mirror 2021-09-03 11:23:50 +07:00
apt-mirror.sh Update 'apt-mirror.sh' 2021-11-25 19:43:46 +07:00
certbot-setup.sh Add 'certbot-setup.sh' 2021-04-03 17:46:32 +07:00
docker-clear-log.sh Add docker clear log 2021-04-06 15:49:28 +07:00
docker-compose.sh Update docker-compose.sh 2023-05-19 19:27:04 +07:00
docker-setup.sh add docker setup 2021-04-03 11:04:46 +07:00
go-update Update go-update 2023-08-14 10:32:39 +07:00
haproxy.sh Update 'haproxy.sh' 2023-03-07 08:23:24 +07:00
linux-first.sh Update 'linux-first.sh' 2022-03-14 20:59:17 +07:00
mysql-8.sh Add mysql install 2022-01-20 10:55:34 +07:00
nginx-setup.sh Updated the scripts 2021-04-03 14:04:27 +07:00
postgres-setup.sh Updated the scripts 2021-04-03 14:04:27 +07:00
rabbitmq-setup.sh Task: Add rabbitmq server setup script for ubuntu 20 2021-08-09 09:34:23 +07:00
README.md Update 'README.md' 2021-10-20 09:12:14 +07:00
traefik-docker.sh Add 'traefik-docker.sh' 2023-04-06 08:56:26 +07:00
ufw-allow-local.sh Task: Add script for ufw allow from CUBETIQ public network 2021-08-01 10:12:01 +07:00

Script of You Running

curl -s -L https://sh.osa.cubetiqs.com/apt-mirror.sh | sudo bash

Fix APT Public Key

The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7EA0A9C3F273FCD8
sudo apt update